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