Update app.py
Browse files
app.py
CHANGED
|
@@ -509,7 +509,7 @@ with gr.Blocks(
|
|
| 509 |
time_limit=60
|
| 510 |
)
|
| 511 |
# Add to timer tick
|
| 512 |
-
timer.tick(
|
| 513 |
fn=lambda: (update_emotion_status(), update_threat_status()),
|
| 514 |
outputs=[emotion_status, threat_status]
|
| 515 |
)
|
|
|
|
| 509 |
time_limit=60
|
| 510 |
)
|
| 511 |
# Add to timer tick
|
| 512 |
+
timer.tick(
|
| 513 |
fn=lambda: (update_emotion_status(), update_threat_status()),
|
| 514 |
outputs=[emotion_status, threat_status]
|
| 515 |
)
|