lilyhof commited on
Commit
59e7856
1 Parent(s): 14306c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ with gr.Blocks() as demo:
52
  outputs=[chat_history_json])
53
 
54
  # demo.queue()
55
- demo.launch()
 
52
  outputs=[chat_history_json])
53
 
54
  # demo.queue()
55
+ demo.launch(share=True)