user-agent commited on
Commit
a156838
·
verified ·
1 Parent(s): 858693b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ interface = gr.Interface(fn=get_embedding,
34
  description="Enter an Image URL or text to get embeddings from CLIP.")
35
 
36
  if __name__ == "__main__":
37
- interface.launch()
 
34
  description="Enter an Image URL or text to get embeddings from CLIP.")
35
 
36
  if __name__ == "__main__":
37
+ interface.launch(share=True)