Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ iface = gr.Interface(
|
|
| 95 |
fn=process_images,
|
| 96 |
inputs=[
|
| 97 |
gr.File(label="CSV File"),
|
| 98 |
-
gr.
|
| 99 |
outputs=[
|
| 100 |
gr.Image(type="plot"),
|
| 101 |
gr.File(type="numpy")
|
|
|
|
| 95 |
fn=process_images,
|
| 96 |
inputs=[
|
| 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")
|