Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ObiJuanCodenobi/vlm_object_understanding
ObiJuanCodenobi
/
vlm_Object_tracking
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ObiJuanCodenobi
commited on
Jul 9
Commit
452e075
·
verified
·
1 Parent(s):
99a53c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -322,4 +322,4 @@ with gr.Blocks(theme=Ocean(), css=css_hide_share) as demo:
322
)
323
324
if __name__ == "__main__":
325
-
demo.launch()
322
)
323
324
if __name__ == "__main__":
325
+
demo.launch(
mcp_server=True
)