Skip to content

Commit

Permalink
tweak: reduce gradio queue animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Contextualist committed Jan 30, 2024
1 parent 59b4162 commit 55eca1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ def ui(conf: Config):
fn=on_decision,
inputs=[completed_match, total_match],
outputs=[candidate1, candidate2],
show_progress="minimal",
).then(
progbar_update,
inputs=[completed_match, total_match],
outputs=[completed_match, progbar],
show_progress="hidden",
)
demo.load(
init,
Expand Down

0 comments on commit 55eca1e

Please sign in to comment.