Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,6 @@ def process_live_frame(frame):
|
|
118 |
audio_output = stream_alert_audio(alert_text)
|
119 |
|
120 |
else:
|
121 |
-
alert_text = "WAKE UP"
|
122 |
audio_output = stream_alert_audio(alert_text)
|
123 |
|
124 |
# On subsequent frames where the user is drowsy, trigger_alert() will return None
|
|
|
118 |
audio_output = stream_alert_audio(alert_text)
|
119 |
|
120 |
else:
|
|
|
121 |
audio_output = stream_alert_audio(alert_text)
|
122 |
|
123 |
# On subsequent frames where the user is drowsy, trigger_alert() will return None
|