Spaces:
Runtime error
Runtime error
karar-shah
commited on
Commit
•
3116662
1
Parent(s):
82e942d
Update test_gradio.py
Browse files- test_gradio.py +1 -1
test_gradio.py
CHANGED
@@ -18,4 +18,4 @@ def predict(message, history):
|
|
18 |
gpt_response = open_chain.run(message)
|
19 |
return gpt_response
|
20 |
|
21 |
-
gr.ChatInterface(predict).launch(share=
|
|
|
18 |
gpt_response = open_chain.run(message)
|
19 |
return gpt_response
|
20 |
|
21 |
+
gr.ChatInterface(predict).launch(share=False)
|