Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ async def semantic_router(req: RouterRequest):
|
|
| 80 |
"score": float(scores[best_index])
|
| 81 |
}
|
| 82 |
|
| 83 |
-
@app.
|
| 84 |
def check():
|
| 85 |
return "Embedding Running!!!"
|
| 86 |
# -------- SERVER START --------
|
|
|
|
| 80 |
"score": float(scores[best_index])
|
| 81 |
}
|
| 82 |
|
| 83 |
+
@app.get("/")
|
| 84 |
def check():
|
| 85 |
return "Embedding Running!!!"
|
| 86 |
# -------- SERVER START --------
|