wsippel / bark_tts

Oobabooga extension for Bark TTS
GNU Affero General Public License v3.0
115 stars 14 forks source link

ImportError: cannot import name 'gradio' from 'modules.utils' #20

Closed luthis1124 closed 1 year ago

luthis1124 commented 1 year ago

ERROR:Failed to load the extension "bark_tts". Traceback (most recent call last): File "/home/st/GIT/oobabooga_linux_2/text-generation-webui/modules/extensions.py", line 34, in load_extensions exec(f"import extensions.{name}.script") File "", line 1, in File "/home/st/GIT/oobabooga_linux_2/text-generation-webui/extensions/bark_tts/script.py", line 3, in from modules.utils import gradio ImportError: cannot import name 'gradio' from 'modules.utils' (/home/st/GIT/oobabooga_linux_2/text-generation-webui/modules/utils.py)

luthis1124 commented 1 year ago

fixed by updating to latest oobabooga