Spaces:
Running
Running
oops launch
Browse files
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()
|