DewiBrynJones
commited on
Commit
•
45e9377
1
Parent(s):
0e48bb0
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def transcribe(audio):
|
|
10 |
demo = gr.Interface(
|
11 |
fn=transcribe,
|
12 |
title="Adnabod Lleferydd Cymraeg // Welsh Automatic Speech Recognition",
|
13 |
-
description="Recordiwch eich hunain gyda'ch meicroffon yn dweud rhywbeth yn Gymraeg ac fe ddangosir yr AI drawsgrifiad o beth dywedoch. // Record yourself with your microphone saying something in Welsh and the AI will show you a transcript of what you said. "
|
14 |
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
15 |
outputs=[gr.outputs.Textbox(label="Trawsgrifiad // Transcription")]
|
16 |
)
|
|
|
10 |
demo = gr.Interface(
|
11 |
fn=transcribe,
|
12 |
title="Adnabod Lleferydd Cymraeg // Welsh Automatic Speech Recognition",
|
13 |
+
description="Recordiwch eich hunain gyda'ch meicroffon yn dweud rhywbeth yn Gymraeg ac fe ddangosir yr AI drawsgrifiad o beth dywedoch. // Record yourself with your microphone saying something in Welsh and the AI will show you a transcript of what you said. ",
|
14 |
inputs=gr.Audio(sources=["microphone"], type="filepath"),
|
15 |
outputs=[gr.outputs.Textbox(label="Trawsgrifiad // Transcription")]
|
16 |
)
|