dadashzadeh commited on
Commit
da796f4
1 Parent(s): ce9b227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ import gradio as gr
4
 
5
  demo = gr.load("dadashzadeh/cryptocurrency-intent-search-detection", src="models")
6
 
7
- demo.launch()
 
4
 
5
  demo = gr.load("dadashzadeh/cryptocurrency-intent-search-detection", src="models")
6
 
7
+ demo.launch(share=True)