mp-02 commited on
Commit
1d0a543
·
verified ·
1 Parent(s): f1eda89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
 
5
  def prediction(image):
6
 
7
- j2, image_final = cord_sroie_prediction(img)
8
 
9
  return j2, image_final
10
 
 
4
 
5
  def prediction(image):
6
 
7
+ j2, image_final = cord_sroie_prediction(image)
8
 
9
  return j2, image_final
10