Delete orpheus-tts/__init__.py
Browse files- orpheus-tts/__init__.py +0 -8
orpheus-tts/__init__.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
"""Orpheus Text-to-Speech System."""
|
2 |
-
|
3 |
-
__version__ = "0.1.0"
|
4 |
-
|
5 |
-
# Import and expose the main function
|
6 |
-
# from .main import generate_tokens_sync
|
7 |
-
from .decoder import tokens_decoder_sync
|
8 |
-
from .engine_class import OrpheusModel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|