D3V1L1810 commited on
Commit
4839ba0
·
verified ·
1 Parent(s): 24df3b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 'urls'"}
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