UltraRonin commited on
Commit
3ac16cd
·
1 Parent(s): cd73003
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def init_leaderboard(dataframe):
62
  if dataframe is None or dataframe.empty:
63
  raise ValueError("Leaderboard DataFrame is empty or None.")
64
 
65
- # pdb.set_trace()
66
  return gr.components.Dataframe(
67
  value=dataframe,
68
  headers=[c.name for c in fields(AutoEvalColumn)],
 
62
  if dataframe is None or dataframe.empty:
63
  raise ValueError("Leaderboard DataFrame is empty or None.")
64
 
65
+ pdb.set_trace()
66
  return gr.components.Dataframe(
67
  value=dataframe,
68
  headers=[c.name for c in fields(AutoEvalColumn)],
requirements.txt CHANGED
@@ -5,7 +5,7 @@ gradio
5
  gradio[oauth]
6
  gradio_leaderboard==0.0.13
7
  gradio_client
8
- huggingface-hub>=0.18.0
9
  matplotlib
10
  numpy
11
  pandas
 
5
  gradio[oauth]
6
  gradio_leaderboard==0.0.13
7
  gradio_client
8
+ huggingface-hub
9
  matplotlib
10
  numpy
11
  pandas