Boni98 commited on
Commit
5ee0448
·
1 Parent(s): c9e70e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ with gr.Blocks() as demo:
88
 
89
  if __name__ == "__main__":
90
  demo.title = "CLIP Guess the Image"
91
- demo.launch()
 
88
 
89
  if __name__ == "__main__":
90
  demo.title = "CLIP Guess the Image"
91
+ demo.launch(share=True)