Harshithtd commited on
Commit
b8aa0a2
·
verified ·
1 Parent(s): 995307a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def main(image1, image2):
48
 
49
  iface = gr.Interface(
50
  fn=main,
51
- inputs=[gr.inputs.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."
 
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."