SO2Base commited on
Commit
61cc485
1 Parent(s): 6c6da9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ demo = gr.Interface(fn=summary,
38
  description="This app is used to summarize text"
39
  )
40
 
41
- demo.launch()
 
38
  description="This app is used to summarize text"
39
  )
40
 
41
+ demo.launch(share=True)