Narendra9009 commited on
Commit
d0dab0c
·
verified ·
1 Parent(s): 51cbff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -111,7 +111,6 @@ def main():
111
 
112
 
113
  image = cv2.imread(temp_file_path)
114
- image = cv2.resize(image, (512, 512))
115
 
116
  result = CLIENT.infer(image, model_id="chessboard-segmentation/1")
117
 
 
111
 
112
 
113
  image = cv2.imread(temp_file_path)
 
114
 
115
  result = CLIENT.infer(image, model_id="chessboard-segmentation/1")
116