Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def predict_text(params):
|
|
| 30 |
# job_id = params.get("job_id","")
|
| 31 |
|
| 32 |
if not texts:
|
| 33 |
-
return {"error": "Missing required parameters: '
|
| 34 |
|
| 35 |
solutions = []
|
| 36 |
|
|
|
|
| 30 |
# job_id = params.get("job_id","")
|
| 31 |
|
| 32 |
if not texts:
|
| 33 |
+
return {"error": "Missing required parameters: 'texts'"}
|
| 34 |
|
| 35 |
solutions = []
|
| 36 |
|