Lisa Dunlap
commited on
Commit
β’
62bf7e6
1
Parent(s):
576afc5
added mirror arg
Browse files
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):
|