karar-shah commited on
Commit
3116662
1 Parent(s): 82e942d

Update test_gradio.py

Browse files
Files changed (1) hide show
  1. 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=True)
 
18
  gpt_response = open_chain.run(message)
19
  return gpt_response
20
 
21
+ gr.ChatInterface(predict).launch(share=False)