BenchmarkBot commited on
Commit
8ca4da7
β€’
1 Parent(s): 5643bcb

remove plot for now

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -178,15 +178,15 @@ with demo:
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):
 
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):