Lisa Dunlap commited on
Commit
62bf7e6
β€’
1 Parent(s): 576afc5

added mirror arg

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ def build_demo(elo_results_file, leaderboard_table_file):
26
  elo_results_file,
27
  leaderboard_table_file,
28
  show_plot=True,
 
29
  )
30
 
31
  with gr.Tab("Basic Stats", id=1):
 
26
  elo_results_file,
27
  leaderboard_table_file,
28
  show_plot=True,
29
+ mirror=True
30
  )
31
 
32
  with gr.Tab("Basic Stats", id=1):