Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -326,6 +326,7 @@ with gr.Blocks(title = "Hello",
|
|
| 326 |
with gr.Row():
|
| 327 |
depth = gr.Number(label = 'z-depth', value = 10)
|
| 328 |
channel = gr.Number(label = 'channel (does nothing)', value = 0)
|
|
|
|
| 329 |
|
| 330 |
up_btn = gr.UploadButton("Upload image volume (tif/tiff)", visible=True, file_count = "multiple")
|
| 331 |
|
|
|
|
| 326 |
with gr.Row():
|
| 327 |
depth = gr.Number(label = 'z-depth', value = 10)
|
| 328 |
channel = gr.Number(label = 'channel (does nothing)', value = 0)
|
| 329 |
+
scale = gr.Number(label = 'resize (does nothing)', value = 0)
|
| 330 |
|
| 331 |
up_btn = gr.UploadButton("Upload image volume (tif/tiff)", visible=True, file_count = "multiple")
|
| 332 |
|