mfernezir commited on
Commit
17f4304
·
1 Parent(s): 7b68224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)