Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def center_crop(img, out_height, out_width):
|
|
48 |
return img
|
49 |
|
50 |
|
51 |
-
sess = rt.InferenceSession(
|
52 |
|
53 |
def inference(img):
|
54 |
img = cv2.imread(img)
|
|
|
48 |
return img
|
49 |
|
50 |
|
51 |
+
sess = rt.InferenceSession('inception-v1-12.onnx')
|
52 |
|
53 |
def inference(img):
|
54 |
img = cv2.imread(img)
|