molher commited on
Commit
878334f
1 Parent(s): 052af59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import matplotlib.pyplot as plt
10
  DEVICE = 'cuda:0' if torch.cuda.is_available() else 'cpu'
11
  print(f'Running on device: {DEVICE.upper()}')
12
 
13
- torch.load('./models/resnetinceptionv1_final.pth',map_location='cpu')
14
 
15
  mtcnn = MTCNN(
16
  select_largest=False,
 
10
  DEVICE = 'cuda:0' if torch.cuda.is_available() else 'cpu'
11
  print(f'Running on device: {DEVICE.upper()}')
12
 
13
+ torch.load('resnetinceptionv1_final.pth',map_location='cpu')
14
 
15
  mtcnn = MTCNN(
16
  select_largest=False,