Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -9,7 +9,7 @@ def speech_to_text(tmp_filename, model_size):
|
|
9 |
|
10 |
|
11 |
gr.Interface(
|
12 |
-
title="Give it a go, record something on your mic and let Whisper determine what you said."
|
13 |
fn=speech_to_text,
|
14 |
inputs=[
|
15 |
gr.Markdown(
|
|
|
9 |
|
10 |
|
11 |
gr.Interface(
|
12 |
+
title="Give it a go, record something on your mic and let Whisper determine what you said.",
|
13 |
fn=speech_to_text,
|
14 |
inputs=[
|
15 |
gr.Markdown(
|