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