bgaspra commited on
Commit
7bfd199
·
verified ·
1 Parent(s): 68ed7d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,4 +150,4 @@ interface = gr.Interface(
150
  description="Upload an image and get 5 recommended similar images with model names and distances."
151
  )
152
 
153
- interface.launch()
 
150
  description="Upload an image and get 5 recommended similar images with model names and distances."
151
  )
152
 
153
+ interface.launch(share=True)