TwentyNine
commited on
Commit
β’
642348f
1
Parent(s):
43fb8bc
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ gradio_app = gr.Interface(
|
|
22 |
transcribe,
|
23 |
inputs=gr.Textbox(label='Input (kana)', value='γγ₯γ€γγγγγ―γγ¨γ¨γ°γγ―γγγͺγΌγ€γͺγ€γγγΌγ«γγγγ«γ»γγ€γ³οΌ', placeholder='γγ₯γ€γγγγγ―γγ¨γ¨γ°γγ―γγγͺγΌγ€γͺγ€γγγΌγ«γγγγ«γ»γγ€γ³οΌ', info='Ainu text written in Japanese katakana (input).', interactive=True, autofocus=True),
|
24 |
outputs=gr.Textbox(label='Output (alphabet)', info='Ainu text written in the Latin alphabet (output).'),
|
25 |
-
title='BYT5 Ainu Kana-Latin Converter (
|
26 |
article='<p>Example sentence borrowed from <a href="https://www.hakusuisha.co.jp/book/b584600.html">New Express Ainu-go</a> by <a href="https://researchmap.jp/read0064265/?lang=english">Professor NAKAGAWA Hiroshi</a> of Chiba University.</p>'
|
27 |
)
|
28 |
|
|
|
22 |
transcribe,
|
23 |
inputs=gr.Textbox(label='Input (kana)', value='γγ₯γ€γγγγγ―γγ¨γ¨γ°γγ―γγγͺγΌγ€γͺγ€γγγΌγ«γγγγ«γ»γγ€γ³οΌ', placeholder='γγ₯γ€γγγγγ―γγ¨γ¨γ°γγ―γγγͺγΌγ€γͺγ€γγγΌγ«γγγγ«γ»γγ€γ³οΌ', info='Ainu text written in Japanese katakana (input).', interactive=True, autofocus=True),
|
24 |
outputs=gr.Textbox(label='Output (alphabet)', info='Ainu text written in the Latin alphabet (output).'),
|
25 |
+
title='BYT5 Ainu Kana-Latin Converter (V2)',
|
26 |
article='<p>Example sentence borrowed from <a href="https://www.hakusuisha.co.jp/book/b584600.html">New Express Ainu-go</a> by <a href="https://researchmap.jp/read0064265/?lang=english">Professor NAKAGAWA Hiroshi</a> of Chiba University.</p>'
|
27 |
)
|
28 |
|