Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def process_live_frame(frame):
|
|
117 |
# We return the generator function itself. Gradio will handle it.
|
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 |
|
|
|
117 |
# We return the generator function itself. Gradio will handle it.
|
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 |
|