BenchmarkBot commited on
Commit
e985813
β€’
1 Parent(s): 53e3aab

fix multi gpu search

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with demo:
140
  )
141
  # Dummy Leaderboard table for handling the case when the user uses backspace key
142
  multi_A100_for_search = gr.components.Dataframe(
143
- value=single_A100_df,
144
  datatype=COLUMNS_DATATYPES,
145
  headers=list(COLUMNS_MAPPING.values()),
146
  max_rows=None,
 
140
  )
141
  # Dummy Leaderboard table for handling the case when the user uses backspace key
142
  multi_A100_for_search = gr.components.Dataframe(
143
+ value=multi_A100_df,
144
  datatype=COLUMNS_DATATYPES,
145
  headers=list(COLUMNS_MAPPING.values()),
146
  max_rows=None,