vahidrezanezhad commited on
Commit
d6d5054
·
verified ·
1 Parent(s): 2c12efa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #model_region, session_region = self.start_new_session_and_model(self.model_region_dir_p_ens)
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