vumichien commited on
Commit
08ce8d2
Β·
1 Parent(s): 5138fea

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
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"}