Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/VideoModelStudio
PolygonStew
/
VideoModelStudio
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VideoModelStudio
/
vms
/
ui
/
models
/
services
/
__init__.py
Julian Bilcke
work on new multiprojects UI
1774163
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
126 Bytes
"""
Service components for the "models" view
"""
from
.models_service
import
ModelsService
__all__ = [
'ModelsService'
]