[Discussion] BUG and ISSUE

#14
by KingNish - opened

Assist us in enhancing our model by reporting any bugs and issues you encounter.

KingNish pinned discussion

Voice chat isn't working for me. As you can see in the screenshot, It's resumed but it's stuck on 0 : 00, It doesn't start.
Screenshot_20240522_161521.jpg

@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.

@KingNish hey again, I tried it now and it works fine. Maybe it was my phone's problem. Anyway it's working great ๐Ÿ‘

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().

Sign up or log in to comment