Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ inputs = [
|
|
12 |
gr.components.Image(label="Image 1"),
|
13 |
gr.components.Textbox(lines=5, label="Description 2"),
|
14 |
gr.components.Image(label="Image 2"),
|
15 |
-
gr.components.Slider(minimum=0, maximum=1,
|
16 |
]
|
17 |
|
18 |
outputs = [
|
|
|
12 |
gr.components.Image(label="Image 1"),
|
13 |
gr.components.Textbox(lines=5, label="Description 2"),
|
14 |
gr.components.Image(label="Image 2"),
|
15 |
+
gr.components.Slider(minimum=0, maximum=1, value=0.75, step=0.01, label="Similarity Threshold")
|
16 |
]
|
17 |
|
18 |
outputs = [
|