mp-02 commited on
Commit
7baebb1
1 Parent(s): 3fda4ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def prediction(image):
9
  j, image_blurred = sroie_prediction(image)
10
 
11
  #then we use the model fine-tuned on sroie (for now it is Theivaprakasham/layoutlmv3-finetuned-sroie)
12
- image = image_blurred
13
  j2, image_final = cord_prediction(image)
14
 
15
  #we then link the two json files
 
9
  j, image_blurred = sroie_prediction(image)
10
 
11
  #then we use the model fine-tuned on sroie (for now it is Theivaprakasham/layoutlmv3-finetuned-sroie)
12
+ image = image_blurred.copy()
13
  j2, image_final = cord_prediction(image)
14
 
15
  #we then link the two json files