lkp72 commited on
Commit
ee88430
·
verified ·
1 Parent(s): 6c8cd68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
  import cv2
7
 
8
  # Load the model
9
- model = torch.jit.load("/best.torchscript")
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