Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
8ca4da7
1
Parent(s):
5643bcb
remove plot for now
Browse files
app.py
CHANGED
@@ -178,15 +178,15 @@ with demo:
|
|
178 |
visible=False,
|
179 |
)
|
180 |
|
181 |
-
with gr.TabItem("π₯οΈ A100-80GB Plot π", id=1):
|
182 |
-
|
183 |
-
|
184 |
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
|
191 |
with gr.Row():
|
192 |
with gr.Accordion("π Citation", open=False):
|
|
|
178 |
visible=False,
|
179 |
)
|
180 |
|
181 |
+
# with gr.TabItem("π₯οΈ A100-80GB Plot π", id=1):
|
182 |
+
# # Original leaderboard plot
|
183 |
+
# gr.HTML(SINGLE_A100_TEXT)
|
184 |
|
185 |
+
# single_A100_plotly = gr.components.Plot(
|
186 |
+
# value=single_A100_plot,
|
187 |
+
# elem_id="1xA100-plot",
|
188 |
+
# show_label=False,
|
189 |
+
# )
|
190 |
|
191 |
with gr.Row():
|
192 |
with gr.Accordion("π Citation", open=False):
|