Update api_v2.py (#1104)

This commit is contained in:
刘悦 2024-05-24 18:32:44 +08:00 committed by GitHub
parent 50c3664496
commit f822b9588f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)