smajumdar commited on
Commit
39cf8cc
1 Parent(s): 141a4e7

Enable sharing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ with demo:
135
  gr.components.HTML(ARTICLE)
136
 
137
  demo.queue(concurrency_count=1)
138
- demo.launch(share=True)
 
135
  gr.components.HTML(ARTICLE)
136
 
137
  demo.queue(concurrency_count=1)
138
+ demo.launch()