Spaces:
Running
Running
Commit
·
9fa38f0
1
Parent(s):
e779d4f
bot/bot_websocket_server.py
CHANGED
@@ -104,7 +104,7 @@ async def run_bot_websocket_server(websocket_client):
|
|
104 |
|
105 |
TTS = KokoroTTSService(
|
106 |
model_path=os.path.join(
|
107 |
-
os.path.dirname(__file__), "assets", "kokoro-v1.0.
|
108 |
),
|
109 |
voices_path=os.path.join(
|
110 |
os.path.dirname(__file__), "assets", "voices.json"
|
|
|
104 |
|
105 |
TTS = KokoroTTSService(
|
106 |
model_path=os.path.join(
|
107 |
+
os.path.dirname(__file__), "assets", "kokoro-v1.0.fp16-gpu.onnx"
|
108 |
),
|
109 |
voices_path=os.path.join(
|
110 |
os.path.dirname(__file__), "assets", "voices.json"
|