feat: text to audio

This commit is contained in:
Dan Chen
2024-03-18 17:31:26 +08:00
parent 59d257b391
commit 8513270e9e
9 changed files with 63 additions and 14 deletions

View File

@ -6,7 +6,6 @@ from fastapi.responses import JSONResponse
from blackbox.blockbox_factory import BlockboxFactory
app = FastAPI()
blackbox_factory = BlockboxFactory()
@app.post("/")