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

Your huggingface space is broken #242

Open
sixtyfive opened this issue Jan 30, 2025 · 1 comment
Open

Your huggingface space is broken #242

sixtyfive opened this issue Jan 30, 2025 · 1 comment

Comments

@sixtyfive
Copy link

No description provided.

@alonsosilvaallende
Copy link

Indeed, the hf space is broken and when I tried to run the app locally I had to modify a few things:

  • I had to download the models manually (not sure if this was only my problem because I have some company proxy).
  • gr.Audio(source="microphone", type="numpy", streaming=True, show_label=False), -> gr.Audio(sources="microphone", type="numpy", streaming=True, show_label=False),
  • I'm still having problems with the way gradio handles "state". I have tried a few things just to get the scores but nothing has fully worked.
    This example was working previously from what I see in this link: https://community.rhasspy.org/t/openwakeword-new-library-and-pre-trained-models-for-wakeword-and-phrase-detection/4162
    Sadly, that's not the case anymore...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants