Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -10,7 +10,7 @@ def speech_to_text(tmp_filename, model_size):
|
|
10 |
|
11 |
gr.Interface(
|
12 |
title="Give it a go, record something on your mic and let Whisper determine what you said.",
|
13 |
-
description="Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.
|
14 |
fn=speech_to_text,
|
15 |
inputs=[
|
16 |
|
|
|
10 |
|
11 |
gr.Interface(
|
12 |
title="Give it a go, record something on your mic and let Whisper determine what you said.",
|
13 |
+
description="Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.",
|
14 |
fn=speech_to_text,
|
15 |
inputs=[
|
16 |
|