Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VITA-MLLM
/
VITA-1.5
like
0
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
lxysl
commited on
7 days ago
Commit
d512446
·
1 Parent(s):
831a8cb
remove specified port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -482,4 +482,4 @@ with gr.Blocks(title="VideoMLLM") as demo:
482
)
483
484
485
-
demo.launch(
server_port=18806
)
482
)
483
484
485
+
demo.launch()