Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import json
|
|
4 |
|
5 |
def prediction(image):
|
6 |
|
7 |
-
j2, image_final = cord_sroie_prediction(
|
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 |
|