Spaces:
Runtime error
Runtime error
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()
|