Spaces:
Running
Running
Update app.py
Browse files
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"
|
| 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(
|