Closed chrisbward closed 1 year ago
Oh, checking the docs - you might want me to run python3 TTS/server/server.py --model_name tts_models/en/vctk/vits --use_cuda true
to start the daemon?
I've not seen that before with containers. The services are usually running already, although I'm now hitting another problem with GPU support...
I close this one. You can create a new issue for the new one.
Describe the bug
Hi, Just ran the following to get the GPU server running;
But it seems that I cannot connect to http://0.0.0.0:5002 in the browser.
I can confirm that the docker container is running and can interact with the terminal from the command above.
To Reproduce
Run the command;
Observe that the server does not run in the browser
Expected behavior
Should be able to visit the server in the browser
Logs
No response
Environment
Additional context
No response