sashank812 commited on
Commit
b6fc257
·
verified ·
1 Parent(s): 489f9ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,4 +405,4 @@ with gr.Blocks() as demo:
405
  outputs=[summary_output, tfidf, dendro, tsne, wordcloud],
406
  )
407
 
408
- demo.launch()
 
405
  outputs=[summary_output, tfidf, dendro, tsne, wordcloud],
406
  )
407
 
408
+ demo.launch(share=True)