Closed PeterTucker closed 6 months ago
I had to change it to:
webui.launch(share=args.share, prevent_thread_lock=True, show_error=True, server_name="0.0.0.0", server_port=args.listen_port)
@kimabjorkede Not sure why markdown cut off my answer, but yeah that's correct.
A few others have found this solution, but I thought I'd clearly post a fix:
change this line (34, I believe) in src/main.py:
to...
Remove the ai-voice-cloning image if you already built it:
docker image rm ai-voice-cloning
Build the image again:
./setup-docker.sh
Start the container again:
./start-docker.sh
In your browser:
http://localhost:7860