Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
|
|
6 |
import cv2
|
7 |
|
8 |
# Load the model
|
9 |
-
model = torch.jit.load("
|
10 |
model.eval()
|
11 |
|
12 |
# Define the detection function
|
|
|
6 |
import cv2
|
7 |
|
8 |
# Load the model
|
9 |
+
model = torch.jit.load("best.torchscript")
|
10 |
model.eval()
|
11 |
|
12 |
# Define the detection function
|