Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Qwen2.5-VL-3B-Instruct
like
55
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
May 29, 2024
Commit
2c21882
·
verified
·
1 Parent(s):
586d1ef
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,8 @@ def spaces_Omni():
51
)
52
53
# Launch the demo
54
-
demo.launch()
51
)
52
53
# Launch the demo
54
+
demo.launch()
55
+
56
+
# Run the main function
57
+
if __name__ == "__main__":
58
+
spaces_Omni()