Spaces:
Running
Running
AFischer1985
commited on
Commit
·
57bfdba
1
Parent(s):
0b9a2e5
Update run.py
Browse files
run.py
CHANGED
@@ -131,5 +131,5 @@ def response(message, history):
|
|
131 |
pass
|
132 |
yield response
|
133 |
|
134 |
-
gr.ChatInterface(response).queue().launch(share=False, server_name="0.0.0.0", server_port=7864)
|
135 |
print("Interface up and running!")
|
|
|
131 |
pass
|
132 |
yield response
|
133 |
|
134 |
+
gr.ChatInterface(response).queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
|
135 |
print("Interface up and running!")
|