osbm commited on
Commit
1b05017
1 Parent(s): 8ba74bb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def convert(input):
16
 
17
  gr.Interface(
18
  fn=convert,
19
- inputs=gr.inputs.File(type="file", label="Dicom folder (.zip)", file_types=["zip"]),
20
  outputs="file",
21
  title="Convert a Dicom folder to a Nifti (.nii.gz) file",
22
  ).launch()
 
16
 
17
  gr.Interface(
18
  fn=convert,
19
+ inputs=gr.File(type="file", label="Dicom folder (.zip)", file_types=["zip"]),
20
  outputs="file",
21
  title="Convert a Dicom folder to a Nifti (.nii.gz) file",
22
  ).launch()