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
I try to start server from source code. I run create_app() faster-whisper-server\src\faster_whisper_server\main.py. However, it stops with following message, and no any error displayed.
2024-10-21 21:22:31,814:INFO:httpx:_send_single_request:HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
what would be the problem?
The text was updated successfully, but these errors were encountered:
You aren't using Docker, right? Have you set any of the configuration environment variables? What are the preceding logs? Does it the application exit or hang?
thanks for your reply. I found the solution. Due to I got problem of pulling the docker, so I tried to run directly with source code. I found unvicorn can't start by running with main.py directly. Then I tried CLI startup with command as below:
I try to start server from source code. I run create_app() faster-whisper-server\src\faster_whisper_server\main.py. However, it stops with following message, and no any error displayed.
what would be the problem?
The text was updated successfully, but these errors were encountered: