fatima02 commited on
Commit
0ff3289
·
verified ·
1 Parent(s): 00c84cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def create_interface():
93
  with gr.Row():
94
  with gr.Column():
95
  reference_input = gr.Image(label="Reference Image", type="numpy")
96
- comparison_input = gr.Files(label="Comparison Images", type="file", multiple=True)
97
  threshold_slider = gr.Slider(minimum=0.0, maximum=1.0, value=0.5, step=0.05, label="Similarity Threshold")
98
  submit_button = gr.Button("Compare Images")
99
 
 
93
  with gr.Row():
94
  with gr.Column():
95
  reference_input = gr.Image(label="Reference Image", type="numpy")
96
+ comparison_input = gr.Files(label="Comparison Images", type="file")
97
  threshold_slider = gr.Slider(minimum=0.0, maximum=1.0, value=0.5, step=0.05, label="Similarity Threshold")
98
  submit_button = gr.Button("Compare Images")
99