You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For local development, we run our Gradio apps via gradio app.py --demo-name main_demo command to take advantage of automatic reloads to speed up our development feedback. This was working well a few months ago when we were using Gradio v4.25.0
Using v4.36.1, I observed an error related to the watch function when I try to load chatbot based apps. The error is coming from
Describe the bug
For local development, we run our Gradio apps via
gradio app.py --demo-name main_demo
command to take advantage of automatic reloads to speed up our development feedback. This was working well a few months ago when we were using Gradiov4.25.0
Using
v4.36.1
, I observed an error related to the watch function when I try to load chatbot based apps. The error is coming fromgradio/gradio/blocks.py
Line 1377 in b842f27
I did look around the issues list and don't see any mentions of this.
λ pip list | grep gradio gradio 4.36.1 gradio_client 1.0.1
Have you searched existing issues? 🔎
Reproduction
Right now this happens for any Chatbot based app. Below is a minimal working snippet
Run Gradio via
gradio app.py --demo-name demo
Screenshot
Logs
Refer to screenshot for logs
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: