mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-05-12 03:25:58 +08:00
Refactor Project to 3 parts: Models, Control, Data
Need readme
This commit is contained in:
2
web.py
2
web.py
@@ -14,7 +14,7 @@ def launch(port: int = typer.Option(8080, "--port", "-p")) -> None:
|
||||
# This is required to resolve the opyrator path
|
||||
sys.path.append(os.getcwd())
|
||||
|
||||
from mkgui.base.ui.streamlit_ui import launch_ui
|
||||
from control.mkgui.base.ui.streamlit_ui import launch_ui
|
||||
launch_ui(port)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user