omar87 commited on
Commit
5314da9
·
1 Parent(s): 86a9bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(
33
  description="Upload two images to compute their similarity."
34
  )
35
 
36
- iface.launch(share=True)
 
33
  description="Upload two images to compute their similarity."
34
  )
35
 
36
+ iface.launch()