FrancescoLR commited on
Commit
6670942
·
1 Parent(s): c5b67f9

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ def run_nnunet_predict(nifti_file):
96
  return f"Error: {e}"
97
 
98
  # Gradio Interfaceinterface = gr.Interface(
 
99
  fn=run_nnunet_predict,
100
  inputs=gr.File(label="Upload FLAIR Image (.nii.gz)"),
101
  outputs=[
 
96
  return f"Error: {e}"
97
 
98
  # Gradio Interfaceinterface = gr.Interface(
99
+ interface = gr.Interface(
100
  fn=run_nnunet_predict,
101
  inputs=gr.File(label="Upload FLAIR Image (.nii.gz)"),
102
  outputs=[