Error: Could not resolve app config when connecting to model using Gradio client in Node.js #9214
Open
1 task done
Labels
bug
Something isn't working
Describe the bug
I encountered an issue while trying to connect to the model using the @gradio/client library in a Node.js environment. The error message returned is Error: Could not resolve app config.
important to say that in python it works with the same and token.
Have you searched existing issues? 🔎
Reproduction
Install the @gradio/client library using npm:
Import and use the client function to connect to the model i had to use the workaround for JS (which needs a fix aswell):
Run the script in a Node.js environment.
Expected Behavior: The client should successfully connect to the model, allowing interaction with the model through the Gradio interface.
Actual Behavior: The following error is thrown:
Error: Could not resolve app config.
Screenshot
No response
Logs
No response
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: