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

[BUG] Audio input results in errors #59

Closed
NeonDaniel opened this issue May 13, 2024 · 2 comments · Fixed by #61
Closed

[BUG] Audio input results in errors #59

NeonDaniel opened this issue May 13, 2024 · 2 comments · Fixed by #61
Assignees
Labels
bug Something isn't working

Comments

@NeonDaniel
Copy link
Member

Description

The latest versions running at iris.neonaialpha.com and iris.neonaibeta.com display errors when trying to submit audio.

Steps to Reproduce

  • Record audio input and press "Submit"
  • An error message is displayed and UI elements have "Error" overlays

Relevant Code

No response

Other Notes

0.1.0 image appears to be the last one that worked properly, so issue likely related to #51

@NeonDaniel NeonDaniel added the bug Something isn't working label May 13, 2024
@NeonDaniel NeonDaniel self-assigned this May 13, 2024
@NeonDaniel
Copy link
Member Author

https://pypi.org/project/soundfile/ requires the libsndfile system dependency
https://pypi.org/project/librosa/ requires ffmpeg system dependency

@NeonDaniel
Copy link
Member Author

apt diff: https://www.diffchecker.com/DvXcmPZA/

NeonDaniel pushed a commit that referenced this issue May 14, 2024
# Description
Fixes the gradio audio input bug introduced in #51 

# Issues
Closes #59 
Replaces #60 

# Other Notes
Breaks caching quite a bit, so if that's an issue we can create a helper
image that we use to pull in dependencies.
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
1 participant