Kabatubare commited on
Commit
aaa09e2
1 Parent(s): 53a50a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(css="style.css") as demo:
102
 
103
  with gr.Row():
104
  prediction_output = gr.Textbox(label="Prediction")
105
- transcription_output = gr.Textbox(label="Transcription")
106
  waveform_output = gr.Image(label="Waveform")
107
  spectrogram_output = gr.Image(label="Spectrogram")
108
 
@@ -114,4 +114,4 @@ with gr.Blocks(css="style.css") as demo:
114
  )
115
 
116
  # Launch the interface
117
- demo.launch()
 
102
 
103
  with gr.Row():
104
  prediction_output = gr.Textbox(label="Prediction")
105
+ transcription_output = gr.Textbox(label="Transcription") # Fixed indentation
106
  waveform_output = gr.Image(label="Waveform")
107
  spectrogram_output = gr.Image(label="Spectrogram")
108
 
 
114
  )
115
 
116
  # Launch the interface
117
+ demo.launch()