omar87 commited on
Commit
caa449b
·
1 Parent(s): a80efd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,4 +29,5 @@ iface = gr.Interface(
29
  title="Image Similarity Calculator",
30
  description="Upload two images to compute their similarity."
31
  )
 
32
 
 
29
  title="Image Similarity Calculator",
30
  description="Upload two images to compute their similarity."
31
  )
32
+ iface.launch()
33