fishaudio / fish-speech

Brand new TTS solution
https://speech.fish.audio
Other
14.62k stars 1.11k forks source link

fish agent local webui cannot send audio to model #657

Closed Starlento closed 2 weeks ago

Starlento commented 2 weeks ago

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'

image

AnyaCoder commented 2 weeks ago

659 will fully fix it

Starlento commented 2 weeks ago

659 will fully fix it

Just test that it is working properly. Thanks for the great work.