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...
09ca404
VideoModelStudio
/
vms
/
ui
/
monitoring
/
tabs
/
__init__.py
Julian Bilcke
fixes for the dataset importer
d5908ed
8 months ago
raw
Copy download link
history
blame
114 Bytes
"""
Tab components for the "monitor" view
"""
from
.general_tab
import
GeneralTab
__all__ = [
'GeneralTab'
]