Update app.py
Browse files
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)
|