Spaces:
Running
Running
BenchmarkBot
commited on
Commit
ยท
e985813
1
Parent(s):
53e3aab
fix multi gpu search
Browse files
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=
|
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,
|