Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' #1798

Closed
GUUser91 opened this issue Feb 8, 2024 · 1 comment

Comments

@GUUser91
Copy link

GUUser91 commented Feb 8, 2024

python infer-web.py
2024-02-07 19:11:18 | INFO | configs.config | Found GPU AMD Radeon RX 7900 XTX
is_half:True, device:cuda:0
Traceback (most recent call last):
File "/home/user/RVC/infer-web.py", line 21, in
import gradio as gr
File "/home/user/RVC/venv/lib/python3.10/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/home/user/RVC/venv/lib/python3.10/site-packages/gradio/components.py", line 37, in
from gradio_client.documentation import document, set_documentation_group
ImportError: cannot import name 'set_documentation_group' from 'gradio_client.documentation' (/home/user/RVC/venv/lib/python3.10/site-packages/gradio_client/documentation.py)

@GUUser91
Copy link
Author

GUUser91 commented Feb 8, 2024

I was able to fix the problem by following these guides.
https://www.reddit.com/r/StableDiffusion/comments/1akriw5/error_in_kohya_ss_script/
gitmylo/audio-webui#212 (comment)
Type in this command

pip install gradio_client==0.8.1

@GUUser91 GUUser91 closed this as completed Feb 8, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant