黄济民 commited on
Commit
a79e05b
1 Parent(s): 8752ce9

feature: add auto evaluation tab

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -71,6 +71,9 @@ def create_leaderboard_table(df, headers, types):
71
  max_rows=10,
72
  )
73
 
 
 
 
74
  def launch_gradio():
75
  iface = gr.Interface(
76
  fn=dummy_fn,
 
71
  max_rows=10,
72
  )
73
 
74
+ def dummy_fn():
75
+ pass
76
+
77
  def launch_gradio():
78
  iface = gr.Interface(
79
  fn=dummy_fn,