maxbetjes commited on
Commit
574457c
·
verified ·
1 Parent(s): a492ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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