We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望后续能有WebUI 浏览器可以操作的界面
The text was updated successfully, but these errors were encountered:
python app.py 就是启动webUI吧
Sorry, something went wrong.
python app.py Ready Traceback (most recent call last): File "/home/rkuo/so-vits-svc-5.0/app.py", line 444, in webui = WebUI() File "/home/rkuo/so-vits-svc-5.0/app.py", line 26, in init self.main_ui() File "/home/rkuo/so-vits-svc-5.0/app.py", line 127, in main_ui self.input_wav = gr.Audio(type='filepath', label=i18n('选择待转换音频'), source='upload') File "/home/rkuo/.local/lib/python3.10/site-packages/gradio/component_meta.py", line 157, in wrapper return fn(self, **kwargs) TypeError: Audio.init() got an unexpected keyword argument 'source'
No branches or pull requests
希望后续能有WebUI 浏览器可以操作的界面
The text was updated successfully, but these errors were encountered: