Update app.py
Browse files
app.py
CHANGED
@@ -39,11 +39,11 @@ iface = gr.Interface(
|
|
39 |
fn=image_similarity,
|
40 |
inputs=[
|
41 |
gr.inputs.Image(type="numpy", label="Target Image"),
|
42 |
-
gr.inputs.
|
43 |
],
|
44 |
outputs="text",
|
45 |
title="Image Similarity Calculator",
|
46 |
-
description="Upload a target image and
|
47 |
)
|
48 |
|
49 |
# Launch the interface
|
|
|
39 |
fn=image_similarity,
|
40 |
inputs=[
|
41 |
gr.inputs.Image(type="numpy", label="Target Image"),
|
42 |
+
gr.inputs.Textbox(label="Image Folder", lines=1)
|
43 |
],
|
44 |
outputs="text",
|
45 |
title="Image Similarity Calculator",
|
46 |
+
description="Upload a target image and specify the path to the folder containing images. Get similarity scores."
|
47 |
)
|
48 |
|
49 |
# Launch the interface
|