Spaces:
Runtime error
Runtime error
File size: 64 Bytes
241adf2 |
1 2 3 4 5 6 |
from .train import train_model
__all__ = [
'train_model'
]
|