Valtry commited on
Commit
2d85567
·
verified ·
1 Parent(s): f6f57d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -80,7 +80,9 @@ async def semantic_router(req: RouterRequest):
80
  "score": float(scores[best_index])
81
  }
82
 
83
-
 
 
84
  # -------- SERVER START --------
85
 
86
  if __name__ == "__main__":
 
80
  "score": float(scores[best_index])
81
  }
82
 
83
+ @app.post("/")
84
+ def check():
85
+ return "Embedding Running!!!"
86
  # -------- SERVER START --------
87
 
88
  if __name__ == "__main__":