vumichien commited on
Commit
966d371
·
1 Parent(s): 2ba320e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,7 +27,7 @@ def transcribe(file):
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"],
@@ -44,6 +44,6 @@ iface = gr.Interface(
44
  article=article,
45
  allow_flagging='never',
46
  examples=examples,
47
- article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
48
  )
49
  iface.launch(enable_queue=True, share=True)
 
27
 
28
 
29
  description = "A simple interface to transcribe from spoken Japanese to Hiragana."
30
+ article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>."
31
  inputs = [gr.inputs.Audio(source="microphone", type='filepath', optional=True)
32
  ]
33
  examples = [["samples/BASIC5000_0001.wav"],
 
44
  article=article,
45
  allow_flagging='never',
46
  examples=examples,
47
+ article = article,
48
  )
49
  iface.launch(enable_queue=True, share=True)