DewiBrynJones
commited on
Commit
•
8b00f49
1
Parent(s):
62af362
trwsio
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
|
|
8 |
return text
|
9 |
|
10 |
demo = gr.Interface(
|
11 |
-
|
12 |
gr.Audio(sources=["microphone"], type="filepath"),
|
13 |
"text",
|
14 |
)
|
|
|
8 |
return text
|
9 |
|
10 |
demo = gr.Interface(
|
11 |
+
transcribe,
|
12 |
gr.Audio(sources=["microphone"], type="filepath"),
|
13 |
"text",
|
14 |
)
|