dennistrujillo commited on
Commit
30feade
·
verified ·
1 Parent(s): 90859c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ iface = gr.Interface(
97
  gr.File(label="CSV File"),
98
  gr.File(label="Zipped DICOM stack or nrrd file")],
99
  outputs=[
100
- gr.Image(type="plot"),
101
  gr.File(type="numpy")
102
  ]
103
  )
 
97
  gr.File(label="CSV File"),
98
  gr.File(label="Zipped DICOM stack or nrrd file")],
99
  outputs=[
100
+ gr.Image(type="pil"),
101
  gr.File(type="numpy")
102
  ]
103
  )