DewiBrynJones commited on
Commit
0e48bb0
1 Parent(s): b933475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ demo = gr.Interface(
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
  )
17
 
18
  demo.launch()
 
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
  )
17
 
18
  demo.launch()