abrar-adnan commited on
Commit
f100d19
β€’
1 Parent(s): fe6c81c

placed model in parent

Browse files
app.py CHANGED
@@ -6,7 +6,7 @@ from fastai.vision.all import *
6
  import time
7
 
8
  version = 1
9
- model_path = f'models/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 = f'gaze-recognizer-v{version}.pkl'
10
 
11
  def video_processing(video):
12
  start_time = time.time()
models/gaze-recognizer-v1.pkl β†’ gaze-recognizer-v1.pkl RENAMED
File without changes