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
Issue:
The webui was running fine. The facebook nllb and whisper was working before pulling image pushed on Feb 5, 2025.
Now, the webpage shows only the word "loading..." as shown below.
log:
# docker logs whisper-webui
Use "faster-whisper" implementation
Device "auto" is detected
* Running on local URL: http://0.0.0.0:7860
To create a public link, set `share=True` in `launch()`.
The text was updated successfully, but these errors were encountered:
I suspect something went wrong with the auth parameter in gradio==5.15.0.
This was only reproducible when I use the username and password parameters in gradio==5.15.0.
@jhj0517
Thanks for your reply. I have fixed it by dropping the username and password parameters.
However, I have trouble rebuilding the image. 😞
# docker compose build --no-cache
[+] Building 0.1s (1/1) FINISHED docker:default
=> [app internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2B 0.0s
failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
Which OS are you using?
compose.yaml
Issue:
The webui was running fine. The facebook nllb and whisper was working before pulling image pushed on Feb 5, 2025.
Now, the webpage shows only the word "loading..." as shown below.
log:
The text was updated successfully, but these errors were encountered: