Testys commited on
Commit
b797773
·
verified ·
1 Parent(s): 2dba7bc

Update app.py

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