jerrypan7 commited on
Commit
997bf56
·
verified ·
1 Parent(s): c0a79f6

Update app.py

Browse files

change to astarwiz address for tts

Files changed (1) hide show
  1. app.py +2 -2
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
- #TTS_SOCKET_SERVER = "http://astarwiz.com:9444"
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