Spaces:
Running
on
Zero
Running
on
Zero
[Discussion] BUG and ISSUE
#14
pinned
by
KingNish
- opened
Assist us in enhancing our model by reporting any bugs and issues you encounter.
KingNish
pinned discussion
@Saionton
Can you check this model, is this working for you
https://huggingface.co/spaces/KingNish/JARVIS
Because voice assistant is working fine for me.
@KingNish Hey, so I tried record again, and it didn't work, but then I downloaded the voice response, it worked.
I tried the same thing in OpenGPT-4o and the same thing happened. It didn't work when I click on resume button, but when I click the download button and open it, it works fine.
Anyway it's working great ๐
Thanks
Hello @KingNish . I'm getting the following error when using the model via API
AppError Traceback (most recent call last)
<ipython-input-1-ee97cc9d3163> in <cell line: 5>()
3
4 client = Client("KingNish/OpenGPT-4o")
----> 5 result = client.predict(
6 user_prompt={"text":"Hello! How are you doing today?"},
7 model_selector="idefics2-8b-chatty",
6 frames
/usr/local/lib/python3.10/dist-packages/gradio_client/client.py in _predict(*data)
1221 if "error" in result:
1222 if result["error"] is None:
-> 1223 raise AppError(
1224 "The upstream Gradio app has raised an exception but has not enabled "
1225 "verbose error reporting. To enable, set show_error=True in launch()."
AppError: The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, set show_error=True in launch().