Spaces:
Running
Running
Update app.py
Browse files
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 |
|