ciaochris commited on
Commit
210edea
·
verified ·
1 Parent(s): 5d6886b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ def create_interface():
227
  with gr.Row():
228
  audio_output = gr.Audio(label="Modulated Audio", type="filepath", interactive=False)
229
  waveform_simple = gr.Image(label="Base Waveform", interactive=False, height=100, width=200)
230
- waveform_plot = gr.Plot(label="Detailed Waveform & Spectrogram", interactive=False)
231
  symbolic_output = gr.Textbox(label="Symbolic Interpretation", interactive=False)
232
  # Conditionally visible transcription output
233
  transcription_output = gr.Textbox(
 
227
  with gr.Row():
228
  audio_output = gr.Audio(label="Modulated Audio", type="filepath", interactive=False)
229
  waveform_simple = gr.Image(label="Base Waveform", interactive=False, height=100, width=200)
230
+ waveform_plot = gr.Plot(label="Detailed Waveform & Spectrogram")
231
  symbolic_output = gr.Textbox(label="Symbolic Interpretation", interactive=False)
232
  # Conditionally visible transcription output
233
  transcription_output = gr.Textbox(