doc: Runtime readme.md

This commit is contained in:
Dan Chen
2024-03-21 16:21:09 +08:00
parent 11e1659e22
commit 5e2d68230b
3 changed files with 17 additions and 10 deletions

View File

@ -1,11 +1,9 @@
import io
from typing import Any, Coroutine
from fastapi import Request, Response, status
from fastapi.responses import JSONResponse
from .blackbox import Blackbox
from tts.tts_service import TTService
import time
class TTS(Blackbox):