Hugging Face
Models
Datasets
Spaces
Posts
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
54a174a
·
verified
·
1 Parent(s):
205f769
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -642,4 +642,4 @@ if __name__ == '__main__':
642
with gr.Column(scale=5):
643
chat.render()
644
645
-
demo.launch()
642
with gr.Column(scale=5):
643
chat.render()
644
645
+
demo.launch(
server_name='0.0.0.0'
)