ajwthompson commited on
Commit
ecec617
·
1 Parent(s): c625b20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ chat = ChatWrapper()
50
  state = gr.outputs.State()
51
 
52
  gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
53
- gradio_interface.launch(debug=True,share=True)
 
50
  state = gr.outputs.State()
51
 
52
  gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
53
+ gradio_interface.launch(debug=True)