Spaces:
Sleeping
Sleeping
fix: add hw everywhere
Browse files
app.py
CHANGED
|
@@ -353,6 +353,8 @@ with gr.Blocks() as demo:
|
|
| 353 |
average_checkbox,
|
| 354 |
cluster_method_input,
|
| 355 |
clusters_input,
|
|
|
|
|
|
|
| 356 |
],
|
| 357 |
outputs=[plot_output, download_plot_button],
|
| 358 |
)
|
|
@@ -364,6 +366,8 @@ with gr.Blocks() as demo:
|
|
| 364 |
average_checkbox,
|
| 365 |
cluster_method_input,
|
| 366 |
clusters_input,
|
|
|
|
|
|
|
| 367 |
],
|
| 368 |
outputs=[plot_output, download_plot_button],
|
| 369 |
)
|
|
|
|
| 353 |
average_checkbox,
|
| 354 |
cluster_method_input,
|
| 355 |
clusters_input,
|
| 356 |
+
plot_figsize_dist_h_input,
|
| 357 |
+
plot_figsize_dist_w_input,
|
| 358 |
],
|
| 359 |
outputs=[plot_output, download_plot_button],
|
| 360 |
)
|
|
|
|
| 366 |
average_checkbox,
|
| 367 |
cluster_method_input,
|
| 368 |
clusters_input,
|
| 369 |
+
plot_figsize_dist_h_input,
|
| 370 |
+
plot_figsize_dist_w_input,
|
| 371 |
],
|
| 372 |
outputs=[plot_output, download_plot_button],
|
| 373 |
)
|