yoyolicoris commited on
Commit
b38d470
·
1 Parent(s): 6e962e9

refactor: update plot labels for clarity

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Reverb Tone Correction PEQ",
635
  elem_id="reverb-plot",
636
  min_width=160,
637
  )
638
  t60_plot = gr.Plot(
639
- plot_t60(fx), label="Reverb T60", elem_id="t60-plot", min_width=160
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():