Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def do_prediction(model_name, img):
|
|
109 |
img_height_h = img_org.shape[0]
|
110 |
img_width_h = img_org.shape[1]
|
111 |
|
112 |
-
|
113 |
|
114 |
|
115 |
|
|
|
109 |
img_height_h = img_org.shape[0]
|
110 |
img_width_h = img_org.shape[1]
|
111 |
|
112 |
+
num_col_classifier = return_num_columns(img)
|
113 |
|
114 |
|
115 |
|