Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
|