Update app.py
Browse fileschange to astarwiz address for tts
app.py
CHANGED
@@ -48,8 +48,8 @@ AVAILABLE_SPEAKERS = {
|
|
48 |
audio_update_event = asyncio.Event()
|
49 |
acc_cosy_audio = None
|
50 |
# cosy voice tts related;
|
51 |
-
TTS_SOCKET_SERVER = "http://localhost:9444"
|
52 |
-
|
53 |
|
54 |
sio = socketio.AsyncClient()
|
55 |
|
|
|
48 |
audio_update_event = asyncio.Event()
|
49 |
acc_cosy_audio = None
|
50 |
# cosy voice tts related;
|
51 |
+
#TTS_SOCKET_SERVER = "http://localhost:9444"
|
52 |
+
TTS_SOCKET_SERVER = "http://astarwiz.com:9444"
|
53 |
|
54 |
sio = socketio.AsyncClient()
|
55 |
|