JonathanFly/bark

Gradio version not supported

ilkerc opened this issue · 1 comments

Following error on python bark_webui.py;
AttributeError: module 'gradio.components' has no attribute 'Form'

Possible hotfix: pip install gradio==3.34.0 on your activated env

All set, if you update with just
git pull it should work on newer Gradio now.