fatima02 commited on
Commit
cb35992
·
verified ·
1 Parent(s): 657e67e

Update app.py

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