Spaces:
Runtime error
Runtime error
Aymeric Roucher
commited on
Commit
·
271f204
1
Parent(s):
e64c2ac
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def gradio_interface():
|
|
35 |
return '', chat_history
|
36 |
|
37 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
38 |
-
demo.launch(share=
|
39 |
|
40 |
|
41 |
def discord_bot_inference_thread():
|
|
|
35 |
return '', chat_history
|
36 |
|
37 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
38 |
+
demo.launch(share=False)
|
39 |
|
40 |
|
41 |
def discord_bot_inference_thread():
|