Spaces:
Runtime error
Runtime error
ThongAccount
commited on
Commit
·
05966d6
1
Parent(s):
30edd9b
app.py
CHANGED
@@ -68,4 +68,4 @@ with gr.Blocks(theme="soft") as demo:
|
|
68 |
clear.click(clear_chat, [], [chatbot, msg])
|
69 |
|
70 |
if __name__ == "__main__":
|
71 |
-
demo.launch()
|
|
|
68 |
clear.click(clear_chat, [], [chatbot, msg])
|
69 |
|
70 |
if __name__ == "__main__":
|
71 |
+
demo.launch(share=False, enable_queue=True, enable_api=True)
|