Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -253,5 +253,5 @@ if __name__ == "__main__":
|
|
253 |
parser.add_argument("--share", action="store_true")
|
254 |
args = parser.parse_args()
|
255 |
|
256 |
-
demo = build_demo("
|
257 |
demo.launch(share=args.share)
|
|
|
253 |
parser.add_argument("--share", action="store_true")
|
254 |
args = parser.parse_args()
|
255 |
|
256 |
+
demo = build_demo("elo_results_20230717.pkl", "leaderboard_table_20230717.csv")
|
257 |
demo.launch(share=args.share)
|