Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -16,6 +16,8 @@ CLASS = model.model.names
|
|
16 |
defaul_bot_voice = "γγ―γγγγγγγΎγ"
|
17 |
area_thres = 0.3
|
18 |
|
|
|
|
|
19 |
@app.get("/")
|
20 |
def read_root():
|
21 |
return {"Message": "Application startup complete"}
|
|
|
16 |
defaul_bot_voice = "γγ―γγγγγγγΎγ"
|
17 |
area_thres = 0.3
|
18 |
|
19 |
+
app = FastAPI()
|
20 |
+
|
21 |
@app.get("/")
|
22 |
def read_root():
|
23 |
return {"Message": "Application startup complete"}
|