lampongyuen commited on
Commit
1c1f49c
·
1 Parent(s): b16e6cd

Update app.py

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