Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
)
|