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 bug reports. For questions, please visit Discussions.
I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English中文日本語Portuguese (Brazil)
I have searched for existing issues, including closed ones. Search issues
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template and fill in all required fields.
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
wsl2
python 3.11
gradio 5.5.0
Steps to Reproduce
https://speech.fish.audio/start_agent/
Is it an issue related to gradio? For text input, the system works.
For audio, actually the record or upload works in UI, but it seems failed to send to model.
Maybe an issue for wsl2+windows host access the webui?
✔️ Expected Behavior
Audio successfully recorded and input to model.
❌ Actual Behavior
File "/opt/fish-speech/tools/e2e_webui.py", line 69, in process_audio_input
raise gr.Error("Invalid audio format")
gradio.exceptions.Error: 'Invalid audio format'
OR
File "/opt/fish-speech/tools/e2e_webui.py", line 50, in process_audio_input
raise gr.Error("No input provided")
gradio.exceptions.Error: 'No input provided'
The text was updated successfully, but these errors were encountered:
Self Checks
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
wsl2
python 3.11
gradio 5.5.0
Steps to Reproduce
https://speech.fish.audio/start_agent/
Is it an issue related to gradio? For text input, the system works.
For audio, actually the record or upload works in UI, but it seems failed to send to model.
Maybe an issue for wsl2+windows host access the webui?
✔️ Expected Behavior
Audio successfully recorded and input to model.
❌ Actual Behavior
File "/opt/fish-speech/tools/e2e_webui.py", line 69, in process_audio_input
raise gr.Error("Invalid audio format")
gradio.exceptions.Error: 'Invalid audio format'
OR
File "/opt/fish-speech/tools/e2e_webui.py", line 50, in process_audio_input
raise gr.Error("No input provided")
gradio.exceptions.Error: 'No input provided'
The text was updated successfully, but these errors were encountered: