Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__":
|