Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(css = css) as demo:
|
|
107 |
gr.Markdown(
|
108 |
"""
|
109 |
# Speech to Text Transcriptions!
|
110 |
-
This demo uses OpenAI whisper model which is trained on a large dataset of diverse audio that can perform multilingual speech recognition.
|
111 |
""")
|
112 |
with gr.Tab("YouTube"):
|
113 |
audio_input = gr.Textbox(label="YouTube Link", placeholder="paste the youtube link here")
|
|
|
107 |
gr.Markdown(
|
108 |
"""
|
109 |
# Speech to Text Transcriptions!
|
110 |
+
This demo uses the OpenAI whisper model which is trained on a large dataset of diverse audio that can perform multilingual speech recognition. The computation time is dependent on the length of the audio.
|
111 |
""")
|
112 |
with gr.Tab("YouTube"):
|
113 |
audio_input = gr.Textbox(label="YouTube Link", placeholder="paste the youtube link here")
|