Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EduardoPacheco
/
Dinov2-Video
like
8
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EduardoPacheco
commited on
Nov 10, 2023
Commit
2cab5f4
·
1 Parent(s):
350d5de
fixed bug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,5 +61,5 @@ if __name__ == "__main__":
61
cache_examples=True
62
)
63
64
-
demo.queue(max_size=5).
launc
()
65
61
cache_examples=True
62
)
63
64
+
demo.queue(max_size=5).
launch
()
65