Spaces:
Running
on
Zero
Running
on
Zero
File size: 154 Bytes
1d7163f |
1 2 3 4 5 6 7 8 |
from .AutoTranscriber import AutoTranscriber
from .TranscribeResult import TranscribeResult
__all__ = [
"AutoTranscriber",
"TranscribeResult",
]
|