JUNGU commited on
Commit
cc97a4e
1 Parent(s): b79a052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
49
 
50
  txt.submit(predict, [txt, state], [chatbot, state])
51
 
52
- demo.launch(debug=True)
 
49
 
50
  txt.submit(predict, [txt, state], [chatbot, state])
51
 
52
+ demo.launch(debug=True, share=True)