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
The latest Gradio has the cancels arg. Version 3.4 is not sufficient. Upgrade to 3.6 fixes the issue.
The requirements file has the correct version but the docs need updating.
The latest Gradio has the cancels arg. Version 3.4 is not sufficient. Upgrade to 3.6 fixes the issue. The requirements file has the correct version but the docs need updating.
Thanks. I forget to update the setup guide.
Just updated the docs and added fallback for gradio<3.6.
Describe the bug
I cannot run the script after successful installation...
To Reproduce
Steps to reproduce the behavior:
python app.py
in git bash in windows 10cancel_button.click(fn=None, inputs=None, outputs=None, cancels=[proceed_event])
TypeError: Clickable.click() got an unexpected keyword argument 'cancels'
The text was updated successfully, but these errors were encountered: