jiminHuang commited on
Commit
64bcd28
1 Parent(s): 48126d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,5 +115,5 @@ with gr.Blocks(fill_height=True) as demo:
115
  chatbot=chatbot,
116
  )
117
 
118
- demo.queue(api_open=False)
119
- demo.launch(show_api=False, share=False)
 
115
  chatbot=chatbot,
116
  )
117
 
118
+ demo.queue(api_open=True)
119
+ demo.launch(show_api=True, share=False)