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
This template is only for usage issues encountered.
I have thoroughly reviewed the project documentation but couldn't find information to solve my problem.
I have searched for existing issues, including closed ones, and couldn't find a solution.
I confirm that I am using English to submit this report in order to facilitate communication.
Environment Details
I'm using Windows and Docker and Docker Desktop. I pulled the image. And I tried starting it with docker run --gpus all -p 7860:7860 -it ghcr.io/swivid/f5-tts:main f5-tts_infer-gradio. When I then go to the webbrowser on address http://localhost:7860/ it says empty no response, even though docker ps shows 0.0.0.0:7860->7860/tcp in the ports forwarding.
Which command can I run (via Powershell perhaps) to launch the image as a container and have it expose the ports properly and run the web ui? Thanks so much.
Steps to Reproduce
Running dockker command docker run --gpus all -p 7860:7860 -it ghcr.io/swivid/f5-tts:main f5-tts_infer-gradio.
✔️ Expected Behavior
Browser in Windows shows the web UI ran inside the container.
❌ Actual Behavior
Empty response in the browser.
The text was updated successfully, but these errors were encountered:
Checks
Environment Details
I'm using Windows and Docker and Docker Desktop. I pulled the image. And I tried starting it with
docker run --gpus all -p 7860:7860 -it ghcr.io/swivid/f5-tts:main f5-tts_infer-gradio
. When I then go to the webbrowser on addresshttp://localhost:7860/
it says empty no response, even thoughdocker ps
shows0.0.0.0:7860->7860/tcp
in the ports forwarding.Which command can I run (via Powershell perhaps) to launch the image as a container and have it expose the ports properly and run the web ui? Thanks so much.
Steps to Reproduce
Running dockker command
docker run --gpus all -p 7860:7860 -it ghcr.io/swivid/f5-tts:main f5-tts_infer-gradio
.✔️ Expected Behavior
Browser in Windows shows the web UI ran inside the container.
❌ Actual Behavior
Empty response in the browser.
The text was updated successfully, but these errors were encountered: