astro21 commited on
Commit
fb42c56
·
1 Parent(s): 950ec7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def summarize_text(input_text):
11
 
12
  demo = gr.Interface(fn= summarize_text , inputs="text", outputs="text")
13
 
14
- demo.launch()
 
11
 
12
  demo = gr.Interface(fn= summarize_text , inputs="text", outputs="text")
13
 
14
+ demo.launch(share=True)