Testys commited on
Commit
87c4a3a
·
verified ·
1 Parent(s): 791b855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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