Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -212,12 +212,8 @@ def create_interface():
|
|
212 |
type="numpy",
|
213 |
image_mode="RGB"
|
214 |
)
|
215 |
-
comparison_input = gr.File(
|
216 |
-
|
217 |
-
file_count="multiple",
|
218 |
-
file_types=["image"],
|
219 |
-
maximum=10
|
220 |
-
)
|
221 |
threshold_slider = gr.Slider(
|
222 |
minimum=0.0,
|
223 |
maximum=1.0,
|
|
|
212 |
type="numpy",
|
213 |
image_mode="RGB"
|
214 |
)
|
215 |
+
comparison_input = gr.File(type="file", interactive=True)
|
216 |
+
|
|
|
|
|
|
|
|
|
217 |
threshold_slider = gr.Slider(
|
218 |
minimum=0.0,
|
219 |
maximum=1.0,
|