junyangwang0410 commited on
Commit
c725f64
·
verified ·
1 Parent(s): cf27549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -571,4 +571,4 @@ with gr.Blocks() as demo:
571
  outputs=[instruction_input, knowledge_input, output_component, history_state, history_output]
572
  )
573
 
574
- demo.queue().launch()
 
571
  outputs=[instruction_input, knowledge_input, output_component, history_state, history_output]
572
  )
573
 
574
+ demo.queue().launch(share=True)