Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
"""A gradio app that renders a static leaderboard. This is used for Hugging Face Space."""
|
2 |
import pickle
|
3 |
|
4 |
-
import plotly
|
5 |
import gradio as gr
|
6 |
|
7 |
|
@@ -78,4 +77,4 @@ def build_demo(elo_results_file):
|
|
78 |
|
79 |
|
80 |
demo = build_demo("elo_results_20230508.pkl")
|
81 |
-
demo.launch(
|
|
|
1 |
"""A gradio app that renders a static leaderboard. This is used for Hugging Face Space."""
|
2 |
import pickle
|
3 |
|
|
|
4 |
import gradio as gr
|
5 |
|
6 |
|
|
|
77 |
|
78 |
|
79 |
demo = build_demo("elo_results_20230508.pkl")
|
80 |
+
demo.launch()
|