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

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(share=True)
 
571
  outputs=[instruction_input, knowledge_input, output_component, history_state, history_output]
572
  )
573
 
574
+ demo.queue().launch()