Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,6 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as app:
|
|
147 |
fn=update_ui_from_state,
|
148 |
inputs=[shared_state],
|
149 |
outputs=[status_output, audio_alert_output],
|
150 |
-
every=0.25 # Run this function every 250 milliseconds
|
151 |
)
|
152 |
|
153 |
if __name__ == "__main__":
|
|
|
147 |
fn=update_ui_from_state,
|
148 |
inputs=[shared_state],
|
149 |
outputs=[status_output, audio_alert_output],
|
|
|
150 |
)
|
151 |
|
152 |
if __name__ == "__main__":
|