yachimat commited on
Commit
fa6af4f
1 Parent(s): caab576

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
  ],
71
  outputs=[
72
  gr.Textbox(label="出力", show_copy_button=True),
73
- gr.File(label=".txtダウンロード")
74
  ],
75
  title="音声ファイルをテキストに変換",
76
  description="このツールは音声ファイルをテキストに変換します。",
 
70
  ],
71
  outputs=[
72
  gr.Textbox(label="出力", show_copy_button=True),
73
+ gr.File(label=".txtダウンロード", type='binary')
74
  ],
75
  title="音声ファイルをテキストに変換",
76
  description="このツールは音声ファイルをテキストに変換します。",