Spaces:
Sleeping
Sleeping
Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
|
@@ -324,7 +324,7 @@ def analyze_text(text):
|
|
| 324 |
"summary": f"Detected Disease: {disease}, Severity: {severity}"
|
| 325 |
}
|
| 326 |
|
| 327 |
-
|
| 328 |
@app.get("/health/")
|
| 329 |
def health():
|
| 330 |
return {"response": "ok"}
|
|
|
|
| 324 |
"summary": f"Detected Disease: {disease}, Severity: {severity}"
|
| 325 |
}
|
| 326 |
|
| 327 |
+
@app.get("/health")
|
| 328 |
@app.get("/health/")
|
| 329 |
def health():
|
| 330 |
return {"response": "ok"}
|