Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ iface = gr.Interface(
|
|
| 55 |
fn=generate_text,
|
| 56 |
inputs=gr.Textbox(label="変換する文字列(カタカナ)"),
|
| 57 |
outputs=gr.Textbox(label="変換結果"),
|
| 58 |
-
title="ニューラルかな漢字変換モデル
|
| 59 |
description="変換したい文字列をカタカナを入力してください"
|
| 60 |
)
|
| 61 |
|
|
|
|
| 55 |
fn=generate_text,
|
| 56 |
inputs=gr.Textbox(label="変換する文字列(カタカナ)"),
|
| 57 |
outputs=gr.Textbox(label="変換結果"),
|
| 58 |
+
title="ニューラルかな漢字変換モデル zenz-v1 のデモ",
|
| 59 |
description="変換したい文字列をカタカナを入力してください"
|
| 60 |
)
|
| 61 |
|