Miwa-Keita commited on
Commit
dff9a9f
·
verified ·
1 Parent(s): 407f5d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ニューラルかな漢字変換モデル zenZ-v1 のデモ",
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