IniNLP247 commited on
Commit
340fd24
·
verified ·
1 Parent(s): 01e40d0

Update app.py

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