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