Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as app:
|
|
124 |
status_box = gr.Textbox(label="Live Status", lines=3, interactive=False)
|
125 |
alert_audio = gr.Audio(label="Alert",
|
126 |
autoplay=True,
|
127 |
-
streaming=True
|
128 |
-
height=40)
|
129 |
|
130 |
webcam.stream(
|
131 |
fn=process_live_frame,
|
|
|
124 |
status_box = gr.Textbox(label="Live Status", lines=3, interactive=False)
|
125 |
alert_audio = gr.Audio(label="Alert",
|
126 |
autoplay=True,
|
127 |
+
streaming=True)
|
|
|
128 |
|
129 |
webcam.stream(
|
130 |
fn=process_live_frame,
|