Spaces:
Running
Running
Commit
·
b38d470
1
Parent(s):
6e962e9
refactor: update plot labels for clarity
Browse files
app.py
CHANGED
@@ -631,12 +631,12 @@ with gr.Blocks() as demo:
|
|
631 |
with gr.Row():
|
632 |
reverb_plot = gr.Plot(
|
633 |
plot_reverb(fx),
|
634 |
-
label="
|
635 |
elem_id="reverb-plot",
|
636 |
min_width=160,
|
637 |
)
|
638 |
t60_plot = gr.Plot(
|
639 |
-
plot_t60(fx), label="
|
640 |
)
|
641 |
|
642 |
with gr.Row():
|
|
|
631 |
with gr.Row():
|
632 |
reverb_plot = gr.Plot(
|
633 |
plot_reverb(fx),
|
634 |
+
label="Tone Correction PEQ",
|
635 |
elem_id="reverb-plot",
|
636 |
min_width=160,
|
637 |
)
|
638 |
t60_plot = gr.Plot(
|
639 |
+
plot_t60(fx), label="Decay Time", elem_id="t60-plot", min_width=160
|
640 |
)
|
641 |
|
642 |
with gr.Row():
|