Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ demo_summarizer = gr.ChatInterface(
|
|
10 |
summarizer_bot, title="Summarizer Chatbot",
|
11 |
description="Enter your text, and the chatbot will return the summarized version.")
|
12 |
|
13 |
-
demo_summarizer.launch()
|
|
|
10 |
summarizer_bot, title="Summarizer Chatbot",
|
11 |
description="Enter your text, and the chatbot will return the summarized version.")
|
12 |
|
13 |
+
demo_summarizer.launch(share=True)
|