Spaces:
Build error
Build error
Update app.py
Browse files
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 = "
|
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 =
|
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)
|