Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
VideoModelStudio
like
31
Paused
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
9d56bbe
VideoModelStudio
/
vms
/
ui
/
models
/
services
/
__init__.py
Julian Bilcke
work on new multiprojects UI
1774163
8 months ago
raw
Copy download link
history
blame
126 Bytes
"""
Service components for the "models" view
"""
from
.models_service
import
ModelsService
__all__ = [
'ModelsService'
]