Closed irrikrlla closed 1 month ago
hi, which demo you run? streamlit or gradio? I think the problem maybe you use GET method, and server starts with POST method. Use example: https://github.com/gpt-omni/mini-omni/blob/main/webui/omni_streamlit.py#L127
OmniChatServer code in the server.py, which use a post method for /chat api
After model-loading, I got a 404 error. What happened?