TwentyNine
commited on
comma
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def transcribe(input_str):
|
|
12 |
gradio_app = gr.Interface(
|
13 |
transcribe,
|
14 |
inputs=gr.Textbox(label='Input (kana)', value='', placeholder='', info='Ainu text written in Japanese katakana (input).', interactive=True, autofocus=True)
|
15 |
-
outputs=[gr.Textbox(label='Output (alphabet)', info='Ainu text written in the Latin alphabet (output).')]
|
16 |
title="BYT5 Ainu Kana-Latin Converter (V1)",
|
17 |
)
|
18 |
|
|
|
12 |
gradio_app = gr.Interface(
|
13 |
transcribe,
|
14 |
inputs=gr.Textbox(label='Input (kana)', value='', placeholder='', info='Ainu text written in Japanese katakana (input).', interactive=True, autofocus=True)
|
15 |
+
outputs=[gr.Textbox(label='Output (alphabet)', info='Ainu text written in the Latin alphabet (output).')],
|
16 |
title="BYT5 Ainu Kana-Latin Converter (V1)",
|
17 |
)
|
18 |
|