Spaces:
Runtime error
Runtime error
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'
|
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
|