This commit is contained in:
samiabat 2025-03-25 00:19:45 +03:00
parent 28f3bd48f5
commit 9e96a70762

1
api.py
View File

@ -1104,4 +1104,5 @@ async def tts_endpoint(
if __name__ == "__main__":
logging.info("the server is running")
uvicorn.run(app, host=host, port=port, workers=1)