Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -335,7 +335,7 @@ async def predict(lead: dict):
|
|
| 335 |
return {
|
| 336 |
"score": score,
|
| 337 |
"conversion_probability": conversion_category, # Return as string category
|
| 338 |
-
"send_to_ai_caller":
|
| 339 |
"max_attempts": max_attempts
|
| 340 |
}
|
| 341 |
|
|
|
|
| 335 |
return {
|
| 336 |
"score": score,
|
| 337 |
"conversion_probability": conversion_category, # Return as string category
|
| 338 |
+
"send_to_ai_caller": False,
|
| 339 |
"max_attempts": max_attempts
|
| 340 |
}
|
| 341 |
|