yachimat commited on
Commit
ea30c4b
β€’
1 Parent(s): 2c94197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -64,9 +64,7 @@ def process_audio(audio_file_path, output_format, progress=None):
64
 
65
  iface = gr.Interface(
66
  fn=process_audio,
67
- inputs=[
68
- gr.Audio(type="filepath", label="ιŸ³ε£°γƒ•γ‚‘γ‚€γƒ«γ‚’γ‚’γƒƒγƒ—γƒ­γƒΌγƒ‰")
69
- ],
70
  outputs=[
71
  gr.Textbox(label="ε‡ΊεŠ›", show_copy_button=True),
72
  gr.File(label=".txtダウンロード", type='binary')
 
64
 
65
  iface = gr.Interface(
66
  fn=process_audio,
67
+ inputs=gr.Audio(type="filepath", label="ιŸ³ε£°γƒ•γ‚‘γ‚€γƒ«γ‚’γ‚’γƒƒγƒ—γƒ­γƒΌγƒ‰"),
 
 
68
  outputs=[
69
  gr.Textbox(label="ε‡ΊεŠ›", show_copy_button=True),
70
  gr.File(label=".txtダウンロード", type='binary')