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