piotrzelasko commited on
Commit
315c036
·
verified ·
1 Parent(s): 344a2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -107,8 +107,7 @@ with gr.Blocks(
107
  gr.HTML(
108
  "<p><b>Step 1:</b> Upload an audio file or record with your microphone.</p>"
109
 
110
- "<p style='color: #A0A0A0;'>This demo supports audio files up to 2 hours long. "
111
- "You can transcribe longer files locally with NeMo. "
112
  )
113
 
114
  audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
 
107
  gr.HTML(
108
  "<p><b>Step 1:</b> Upload an audio file or record with your microphone.</p>"
109
 
110
+ "<p style='color: #A0A0A0;'>This demo supports audio files up to 2 hours long."
 
111
  )
112
 
113
  audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")