ClownRat commited on
Commit
c3b36eb
β€’
1 Parent(s): 08f600a

Fix queue bugs.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,4 +361,4 @@ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=theme, css=block_css) as
361
  [state, state_],
362
  [image, video, chatbot, state, state_, textbox])
363
 
364
- demo.launch(enable_queue=True)
 
361
  [state, state_],
362
  [image, video, chatbot, state, state_, textbox])
363
 
364
+ demo.launch()