IinjyI commited on
Commit
e8871b2
1 Parent(s): 96daf57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ def summarize(text):
101
 
102
 
103
  demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
104
- demo.launch()
105
 
 
101
 
102
 
103
  demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
104
+ demo.launch(share=True)
105