vumichien commited on
Commit
827455e
·
1 Parent(s): 10310ae
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ def transcribe(file):
26
  return processor.batch_decode(pred_ids)[0]
27
 
28
 
29
- description = ("A simple interface to transcribe from spoken Japanese to Hiragana.")
30
- article = ("<p style='text-align: center'><a @2022 Detomo </a></p>")
31
  inputs = [gr.inputs.Audio(source="microphone", type='filepath', optional=True)
32
  ]
33
  examples = [["samples/BASIC5000_0001.wav"],
 
26
  return processor.batch_decode(pred_ids)[0]
27
 
28
 
29
+ description = "A simple interface to transcribe from spoken Japanese to Hiragana."
30
+ article = "<p style='text-align: center'><a @2022 Detomo </a></p>"
31
  inputs = [gr.inputs.Audio(source="microphone", type='filepath', optional=True)
32
  ]
33
  examples = [["samples/BASIC5000_0001.wav"],