abrar-adnan commited on
Commit
78eae32
1 Parent(s): 0b0c34c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ def video_processing(video):
62
  cv2.destroyAllWindows()
63
  end_time = time.time()
64
  print(f'Time taken: {end_time-start_time}')
 
65
  return str(gaze_percentage)
66
 
67
 
 
62
  cv2.destroyAllWindows()
63
  end_time = time.time()
64
  print(f'Time taken: {end_time-start_time}')
65
+ print(gaze_percentage)
66
  return str(gaze_percentage)
67
 
68