fatima02 commited on
Commit
ab1dfe2
·
verified ·
1 Parent(s): 0f10828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -212,12 +212,8 @@ def create_interface():
212
  type="numpy",
213
  image_mode="RGB"
214
  )
215
- comparison_input = gr.File(
216
- label="Comparison Images (Upload up to 10)",
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,