Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ import gradio as gr
17
 
18
  app = gr.Interface(fn=chatbot,inputs=["text","state"],outputs=["chatbot","state"],title="ChatGPT Demo")
19
 
20
- app.launch(debug=True)
 
17
 
18
  app = gr.Interface(fn=chatbot,inputs=["text","state"],outputs=["chatbot","state"],title="ChatGPT Demo")
19
 
20
+ app.launch(debug=True, share=True)