Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fish agent local webui cannot send audio to model #657

Open
6 tasks done
Starlento opened this issue Nov 5, 2024 · 1 comment
Open
6 tasks done

fish agent local webui cannot send audio to model #657

Starlento opened this issue Nov 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Starlento
Copy link

Starlento commented Nov 5, 2024

Self Checks

  • 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'

image

@Starlento Starlento added the bug Something isn't working label Nov 5, 2024
@Starlento Starlento changed the title fish agent local webui cannot record from microphone fish agent local webui cannot send audio to model Nov 5, 2024
@AnyaCoder AnyaCoder mentioned this issue Nov 5, 2024
@AnyaCoder
Copy link
Collaborator

#659 will fully fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants