Spaces:
Runtime error
Runtime error
Rename slider label
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ iface = gr.Interface(
|
|
| 68 |
fn=predict,
|
| 69 |
inputs=[
|
| 70 |
gr.File(label='input file'),
|
| 71 |
-
gr.Slider(0, 200, label='
|
| 72 |
],
|
| 73 |
outputs=['image', 'image'],
|
| 74 |
title='Segment the Spleen using MONAI! 🩸',
|
|
|
|
| 68 |
fn=predict,
|
| 69 |
inputs=[
|
| 70 |
gr.File(label='input file'),
|
| 71 |
+
gr.Slider(0, 200, label='slice', value=50)
|
| 72 |
],
|
| 73 |
outputs=['image', 'image'],
|
| 74 |
title='Segment the Spleen using MONAI! 🩸',
|