LR36 commited on
Commit
9deb7ac
·
verified ·
1 Parent(s): 3b60922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ iface = gr.Interface(
17
  description="Enter a long text, and the chatbot will generate a concise summary using BART."
18
  )
19
 
20
- iface.launch()
 
17
  description="Enter a long text, and the chatbot will generate a concise summary using BART."
18
  )
19
 
20
+ iface.launch(share=True)