merve HF Staff commited on
Commit
e3d8420
·
1 Parent(s): 789663f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def query(payload):
94
  return json.loads(response.content.decode("utf-8"))
95
 
96
 
97
- def infer(ocr_input)
98
  return query({"inputs": ocr_input})
99
 
100
 
 
94
  return json.loads(response.content.decode("utf-8"))
95
 
96
 
97
+ def infer(ocr_input):
98
  return query({"inputs": ocr_input})
99
 
100