elucidator8918 commited on
Commit
8a493fe
·
verified ·
1 Parent(s): be732c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -108,6 +108,7 @@ interface = gr.Interface(
108
  outputs="video",
109
  title="Enhanced Drowsiness Detection in Video",
110
  description="Upload a video or record one to detect drowsiness with improved visuals and statistics.",
 
111
  )
112
 
113
  if __name__ == "__main__":
 
108
  outputs="video",
109
  title="Enhanced Drowsiness Detection in Video",
110
  description="Upload a video or record one to detect drowsiness with improved visuals and statistics.",
111
+ example=["003_nightglasses_mix.mp4"]
112
  )
113
 
114
  if __name__ == "__main__":