You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a very good project
I have some sugestions
1 mode can provide download path and provide params to load local model
2 gridio should bind to 0.0.0.0 ports
src/zho_tts_app/app.py change to following try:
method(server_name="0.0.0.0")
Log will be written to: /tmp/zho-tts.log
Initializing Transcriber ...
Loading dictionaries...
Initializing Synthesizer ...
Loading Tacotron checkpoint ...
Loading WaveGlow checkpoint ...
Running on local URL: http://0.0.0.0:7860
The text was updated successfully, but these errors were encountered:
It's a very good project
I have some sugestions
1 mode can provide download path and provide params to load local model
2 gridio should bind to 0.0.0.0 ports
src/zho_tts_app/app.py change to following
try:
method(server_name="0.0.0.0")
Log will be written to: /tmp/zho-tts.log
Initializing Transcriber ...
Loading dictionaries...
Initializing Synthesizer ...
Loading Tacotron checkpoint ...
Loading WaveGlow checkpoint ...
Running on local URL: http://0.0.0.0:7860
The text was updated successfully, but these errors were encountered: