Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -294,6 +294,7 @@ async def predict_injections(file: UploadFile = File(...)):
|
|
| 294 |
|
| 295 |
return {
|
| 296 |
"status": "success",
|
|
|
|
| 297 |
"summary": {
|
| 298 |
"total_optimal": len(optimal_list),
|
| 299 |
"max_confidence": float(probs_loc.max())
|
|
|
|
| 294 |
|
| 295 |
return {
|
| 296 |
"status": "success",
|
| 297 |
+
"message": "expert attribute V5: ACTIVE",
|
| 298 |
"summary": {
|
| 299 |
"total_optimal": len(optimal_list),
|
| 300 |
"max_confidence": float(probs_loc.max())
|