Spaces:
Running
on
Zero
Running
on
Zero
app.py Error: return_audio_ps
#16
by
jaypurplegreen
- opened
In a local instance trying to use the API
>>> client = Client("http://127.0.0.1:7860")
>>> aud = client.predict("Hello, squirrel.", 'af_heart', 1.0 , api_name="/predict")
...
gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception: name 'return_audio_ps' is not defined
Maybe it belongs to a library not imported or out of date in my venv? Typo? Thanks
Ah, I renamed a function and forgot to rename it everywhere. Hopefully this fixed it? https://hf.co/spaces/hexgrad/Kokoro-TTS/commit/bfb40ed2001c920fca02643240ac516944182ad6
Awesome! Thanks!
jaypurplegreen
changed discussion status to
closed