babysor / babysor/MockingBird

执行web.py AI拟音报错

Open
#818 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
36.9k
Forks
5.2k
PR merge metrics
No merged PRs in 30d

Description

**Summary[问题简述(一句话)]**
执行web.py AI拟音报错

**Env & To Reproduce[复现与环境]**
python== 3.9.16
执行web.py

**报错代码**
File "C:\Users\xxx\anaconda3\envs\mk\lib\site-packages\streamlit\scriptrunner\script_runner.py", line 443, in _run_script
exec(code, module.__dict__)
File "C:\Users\xxx\AppData\Local\Temp\tmpuoeb3fkb.py", line 14, in
render_streamlit_ui()
File "D:\ai-voice-clone\MockingBird-main\mkgui\base\ui\streamlit_ui.py", line 841, in render_streamlit_ui
opyrator = getOpyrator(mode)
File "D:\ai-voice-clone\MockingBird-main\mkgui\base\ui\streamlit_ui.py", line 821, in getOpyrator
from mkgui.app import synthesize
File "D:\ai-voice-clone\MockingBird-main\mkgui\app.py", line 34, in
raise Exception(f"Model folder {SYN_MODELS_DIRT} doesn't exist.")

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running web.py with the reported Python 3.9.16 environment and read the traceback through mkgui/base/ui/streamlit_ui.py and mkgui/app.py. Check why the model folder referenced by SYN_MODELS_DIRT does not exist; done means the application starts past this exception with the expected model setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, streamlit
Domain
ai
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.