Spaces:
Running
Running
abrar-adnan
commited on
Commit
•
55244d0
1
Parent(s):
f100d19
updated model path
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from fastai.vision.all import *
|
|
6 |
import time
|
7 |
|
8 |
version = 1
|
9 |
-
model_path =
|
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()
|