sasha HF Staff commited on
Commit
093f8d9
·
1 Parent(s): 9e086e0

oops launch

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,6 @@ with gr.Blocks() as demo:
90
  "Double click the names of GPU models to see the trends per GPU"
91
  )
92
  plt1 = gr.Plot(cost_fig_gpu)
93
- demo.launch()
94
-
95
  with gr.Row():
96
  with gr.Column(scale=1):
97
  x_choice = gr.Dropdown(
@@ -144,3 +142,5 @@ with gr.Row():
144
  inputs=[x_choice, y_choice, color_choice, logx, logy],
145
  outputs=[plt],
146
  )
 
 
 
90
  "Double click the names of GPU models to see the trends per GPU"
91
  )
92
  plt1 = gr.Plot(cost_fig_gpu)
 
 
93
  with gr.Row():
94
  with gr.Column(scale=1):
95
  x_choice = gr.Dropdown(
 
142
  inputs=[x_choice, y_choice, color_choice, logx, logy],
143
  outputs=[plt],
144
  )
145
+
146
+ demo.launch()