Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadsword007
/
Videollama
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadsword007
commited on
17 days ago
Commit
956c56e
·
verified
·
1 Parent(s):
0f350f1
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from videollama2.serve.gradio_web_server_adhoc import demo
2
+
3
+
if __name__ == "__main__":
4
+
demo.launch()