abrar-adnan commited on
Commit
55244d0
1 Parent(s): f100d19

updated model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from fastai.vision.all import *
6
  import time
7
 
8
  version = 1
9
- model_path = f'gaze-recognizer-v{version}.pkl'
10
 
11
  def video_processing(video):
12
  start_time = time.time()
 
6
  import time
7
 
8
  version = 1
9
+ model_path = 'gaze-recognizer-v1.pkl'
10
 
11
  def video_processing(video):
12
  start_time = time.time()