mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
Update api_v2.py (#1104)
This commit is contained in:
parent
50c3664496
commit
f822b9588f
@ -446,8 +446,8 @@ async def set_sovits_weights(weights_path: str = None):
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
uvicorn.run(APP, host=host, port=port, workers=1)
|
||||
uvicorn.run(app="api_v2:APP", host=host, port=port, workers=1)
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
os.kill(os.getpid(), signal.SIGTERM)
|
||||
exit(0)
|
||||
exit(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user