Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
Llava-Video
like
37
Running
on
Zero
App
Files
Files
Community
1
Tonic
commited on
4 days ago
Commit
aac8d68
•
1 Parent(s):
3d13dcf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -142,4 +142,4 @@ with gr.Blocks() as demo:
142
)
143
144
if __name__ == "__main__":
145
-
demo.launch(show_error=True)
142
)
143
144
if __name__ == "__main__":
145
+
demo.launch(show_error=True
, ssr_mode = False
)