jiuuee commited on
Commit
71c5789
1 Parent(s): 2f54f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -146,16 +146,12 @@ with gr.Blocks(
146
  with gr.Row():
147
  with gr.Column():
148
  gr.HTML(
149
- "<p><b>Step 1:</b> Upload an audio file or record with your microphone.</p>"
150
 
151
- "<p style='color: #A0A0A0;'>This demo supports audio files up to 10 mins long. "
152
- "You can transcribe longer files locally with this NeMo "
153
- "<a href='https://github.com/NVIDIA/NeMo/blob/main/examples/asr/speech_multitask/speech_to_text_aed_chunked_infer.py'>script</a>.</p>"
154
  )
155
 
156
- audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
157
-
158
- gr.HTML("<p><b>Step 2:</b> Choose the input and output language.</p>")
159
 
160
 
161
  with gr.Column():
 
146
  with gr.Row():
147
  with gr.Column():
148
  gr.HTML(
149
+ "<p><b>Step 1:</b> Record with your microphone.</p>"
150
 
151
+
 
 
152
  )
153
 
154
+ audio_file = gr.Audio(sources=["microphone"], type="filepath")
 
 
155
 
156
 
157
  with gr.Column():