lmzheng commited on
Commit
4a82625
β€’
1 Parent(s): ca99c2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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(share=True)
 
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()