Spaces:
Running
on
Zero
Running
on
Zero
Fix queue bugs.
Browse files
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(
|
|
|
361 |
[state, state_],
|
362 |
[image, video, chatbot, state, state_, textbox])
|
363 |
|
364 |
+
demo.launch()
|