smajumdar commited on
Commit
141a4e7
1 Parent(s): 89e9618

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()
 
135
  gr.components.HTML(ARTICLE)
136
 
137
  demo.queue(concurrency_count=1)
138
+ demo.launch(share=True)