ThongCoding commited on
Commit
214613f
·
verified ·
1 Parent(s): aebbf01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ def respond(
67
  demo = gr.ChatInterface(fn=respond, theme="soft", title="Chatbot tiếng Việt", description="Chatbot hỗ trợ bài tập")
68
 
69
  if __name__ == "__main__":
70
- demo.launch()
 
67
  demo = gr.ChatInterface(fn=respond, theme="soft", title="Chatbot tiếng Việt", description="Chatbot hỗ trợ bài tập")
68
 
69
  if __name__ == "__main__":
70
+ demo.launch(share=True)