You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i will connet with streamlib thru the streamlit run scripts/app.py command, i get this error? anyone that can fix it?
2023-10-08 22:10:50.434 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "C:\Users\sander\tortoise-tts-fast\scripts\app.py", line 10, in
from tortoise.api import MODELS_DIR
File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\tortoise-2.4.2-py3.8.egg\tortoise\api.py", line 19, in
from tortoise.models.vocoder import VocConf
File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\tortoise-2.4.2-py3.8.egg\tortoise\models\vocoder.py", line 406, in
assert STATIC_DIR.is_dir()
AssertionError
The text was updated successfully, but these errors were encountered:
when i will connet with streamlib thru the streamlit run scripts/app.py command, i get this error? anyone that can fix it?
2023-10-08 22:10:50.434 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "C:\Users\sander\tortoise-tts-fast\scripts\app.py", line 10, in
from tortoise.api import MODELS_DIR
File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\tortoise-2.4.2-py3.8.egg\tortoise\api.py", line 19, in
from tortoise.models.vocoder import VocConf
File "C:\Users\sander\anaconda3\envs\tts-fast\lib\site-packages\tortoise-2.4.2-py3.8.egg\tortoise\models\vocoder.py", line 406, in
assert STATIC_DIR.is_dir()
AssertionError
The text was updated successfully, but these errors were encountered: