a252bb5 b7f8699 a252bb5
1
2
3
4
5
6
7
8
9
10
11
12
from fastapi import FastAPI app = FastAPI() defaul_bot_voice = "γγ―γγγγγγγΎγ" area_thres = 0.3 @app.get("/") def read_root(): return {"Message": "Application startup complete"}