Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def main(image1, image2):
|
|
48 |
|
49 |
iface = gr.Interface(
|
50 |
fn=main,
|
51 |
-
inputs=[gr.
|
52 |
outputs="text",
|
53 |
title="Image Similarity Checker",
|
54 |
description="Upload two images to check their similarity based on embeddings."
|
|
|
48 |
|
49 |
iface = gr.Interface(
|
50 |
fn=main,
|
51 |
+
inputs=[gr.Image(type="pil"), gr.inputs.Image(type="pil")],
|
52 |
outputs="text",
|
53 |
title="Image Similarity Checker",
|
54 |
description="Upload two images to check their similarity based on embeddings."
|