Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yeliudev
/
VideoMind-2B
like
28
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
yeliudev
commited on
Mar 29
Commit
b218820
·
verified
·
1 Parent(s):
e8e36d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -635,4 +635,4 @@ if __name__ == '__main__':
635
with gr.Column(scale=5):
636
chat.render()
637
638
-
demo.launch(
server_name='0.0.0.0'
)
635
with gr.Column(scale=5):
636
chat.render()
637
638
+
demo.launch()