yachimat commited on
Commit
17e13cb
1 Parent(s): cdaa362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
70
  # gr.File(label=".txtダウンロード", type='binary')
71
  ],
72
  title="音声ファイルをテキストに変換",
73
- description="このツールは音声ファイルをテキストに変換します。",
74
  allow_flagging="never"
75
  )
76
 
 
70
  # gr.File(label=".txtダウンロード", type='binary')
71
  ],
72
  title="音声ファイルをテキストに変換",
73
+ description="目安として10分の音声は1分程度かかります。",
74
  allow_flagging="never"
75
  )
76