Robert Pardela commited on
Commit
91e4305
·
1 Parent(s): d5ba592

share true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def vanilla_chatbot(message, history):
14
 
15
  demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Test medical summarization chatbot", description="Enter text to summarize.")
16
 
17
- demo_chatbot.launch()
 
14
 
15
  demo_chatbot = gr.ChatInterface(vanilla_chatbot, title="Test medical summarization chatbot", description="Enter text to summarize.")
16
 
17
+ demo_chatbot.launch(share=True)