Picsart-AI-Research/HD-Painter

encounting a wierd issue

ThisRookie opened this issue · 3 comments

TypeError: event_trigger() got an unexpected keyword argument '_js'

demo.load(_js=js_str)

Hello. What is the version of Gradio you are using? If it's different than version 3.47.1 , please try reinstalling Gradio by running

pip install gradio==3.47.1

Hello. What is the version of Gradio you are using? If it's different than version 3.47.1 , please try reinstalling Gradio by running

pip install gradio==3.47.1

The solution works for my case, thank you!