Junfeng5 commited on
Commit
9ecb1d6
·
verified ·
1 Parent(s): 7afe905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,5 +293,5 @@ with gr.Blocks(fill_height=True) as demo:
293
  chatbot=chatbot_I2T,
294
  )
295
 
296
- demo.queue(api_open=False)
297
  demo.launch(allowed_paths=["./"], share=False )
 
293
  chatbot=chatbot_I2T,
294
  )
295
 
296
+ # demo.queue(api_open=False)
297
  demo.launch(allowed_paths=["./"], share=False )