SilviaRM commited on
Commit
29a41b3
1 Parent(s): 692d676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,4 +10,5 @@ def summarize(input):
10
  return output[0]['summary_text']
11
 
12
  gr.close_all()
13
- demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
 
 
10
  return output[0]['summary_text']
11
 
12
  gr.close_all()
13
+ demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
14
+ demo.launch(share=True)