Hi,
Fresh install on Windows with Python 3.x.
pip installs gradio 6.6.0 by default.
Running:
acestep --port 7865
Raises:
TypeError: Audio.init() got an unexpected keyword argument 'show_download_button'
Downgrading to gradio==4.36.1 fixes the issue.
Seems the project is not compatible with gradio 6.x.
Maybe it would be better to pin the gradio version in requirements.txt.
Thanks.
Hi,
Fresh install on Windows with Python 3.x.
pip installs gradio 6.6.0 by default.
Running:
acestep --port 7865
Raises:
TypeError: Audio.init() got an unexpected keyword argument 'show_download_button'
Downgrading to gradio==4.36.1 fixes the issue.
Seems the project is not compatible with gradio 6.x.
Maybe it would be better to pin the gradio version in requirements.txt.
Thanks.