Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +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 |
-
examples=["027_sunglasses_mix.mp4", "
|
112 |
)
|
113 |
|
114 |
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 |
+
examples=["027_sunglasses_mix.mp4", "003_nightglasses_mix.mp4", "021_glasses_mix.mp4"]
|
112 |
)
|
113 |
|
114 |
if __name__ == "__main__":
|