Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZILS
/
tgs
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tgs
/
bot
/
database
/
models
/
__init__.py
AZILS
Upload 119 files
054900e
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
from
.base
import
Base
from
.user
import
UserModel
__all__ = [
"Base"
,
"UserModel"
]