vinni1484 commited on
Commit
ea58b16
1 Parent(s): 069615c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,4 +4,4 @@ text_ = "The tower is 324 metres (1,063 ft) tall, about the same height as an 81
4
  interface = gr.Interface.load("huggingface/facebook/bart-large-cnn",
5
  title = title,
6
  theme = "peach",
7
- examples = [[text_]]).launch()
4
  interface = gr.Interface.load("huggingface/facebook/bart-large-cnn",
5
  title = title,
6
  theme = "peach",
7
+ examples = [[text_]]).launch(share=True)