stalyn314 commited on
Commit
2998cfe
·
verified ·
1 Parent(s): 308afef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
94
  gr.Markdown(description)
95
 
96
  with gr.Tab("From Image"):
97
- image_input = gr.Image(type="numpy", label="Input Images", elem_id="input_image")
98
 
99
  min_score = gr.Slider(minimum=0.0, maximum=1.0, value=0.5, label="Minimum score")
100
 
 
94
  gr.Markdown(description)
95
 
96
  with gr.Tab("From Image"):
97
+ image_input = gr.Gallery(type="numpy", label="Input Images", elem_id="input_image")
98
 
99
  min_score = gr.Slider(minimum=0.0, maximum=1.0, value=0.5, label="Minimum score")
100