Spaces:
Running
Running
abrar-adnan
commited on
Commit
·
7cc3c5b
1
Parent(s):
184a9dc
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ model = load_learner("gaze-recognizer-v1.pkl")
|
|
11 |
def video_processing(video):
|
12 |
print('Type')
|
13 |
print(type(video))
|
14 |
-
print(video
|
15 |
#print('video encoding done into = ' + chardet.detect(video)['encoding'])
|
16 |
start_time = time.time()
|
17 |
# Loop through the frames of the video
|
|
|
11 |
def video_processing(video):
|
12 |
print('Type')
|
13 |
print(type(video))
|
14 |
+
print(video)
|
15 |
#print('video encoding done into = ' + chardet.detect(video)['encoding'])
|
16 |
start_time = time.time()
|
17 |
# Loop through the frames of the video
|