We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run the container on my server: (no errors when running)
when i try to send any request from the webserver, the container crashes
...
Generator Model: multiband_melgan_generator
what am i doing wrong?
The text was updated successfully, but these errors were encountered:
See #17
Sorry, something went wrong.
No branches or pull requests
run the container on my server:
(no errors when running)
when i try to send any request from the webserver, the container crashes
...
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
[INFO] * Running on http://0.0.0.0:5002/ (Press CTRL+C to quit)
[INFO] 192.168.0.21 - - [09/Feb/2021 15:19:26] "GET / HTTP/1.1" 200 -
[INFO] 192.168.0.21 - - [09/Feb/2021 15:19:26] "GET /img/forkme_left_darkblue_121621.png HTTP/1.1" 200 -
[INFO] 192.168.0.21 - - [09/Feb/2021 15:19:26] "GET /img/logo.png HTTP/1.1" 200 -
[INFO] 192.168.0.21 - - [09/Feb/2021 15:19:26] "GET /favicon.ico HTTP/1.1" 404 -
[INFO] Synthesizing (23 char(s))...
[INFO] initializing backend espeak-1.48.03
/run.sh: line 3: 7 Illegal instruction (core dumped) bin/python3 -m tts_web "$@"
what am i doing wrong?
The text was updated successfully, but these errors were encountered: