Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
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,4 +76,4 @@ def build_demo(elo_results_file):
|
|
77 |
|
78 |
|
79 |
demo = build_demo("elo_results_20230508.pkl")
|
80 |
-
demo.launch()
|
|
|
1 |
"""A gradio app that renders a static leaderboard. This is used for Hugging Face Space."""
|
2 |
import pickle
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
76 |
|
77 |
|
78 |
demo = build_demo("elo_results_20230508.pkl")
|
79 |
+
demo.launch(share=True)
|