mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
7 lines
102 B
Python
7 lines
102 B
Python
from fastapi import FastAPI
|
|
|
|
from pyutils.logs import llog
|
|
|
|
llog.info("start server")
|
|
app = FastAPI()
|