Neprox commited on
Commit
4bedefc
·
1 Parent(s): 143dc39
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(
80
  fn=transcribe,
81
  inputs=[
82
  gr.Audio(source="microphone", type="filepath"),
83
- gr.Text(max_lines=1, placeholder="Enter YouTube Link with Swedish speech to be transcribed", label="YouTube URL")
84
  gr.Slider(minimum=30, maximum=300, value=30, step=30, label="Number of seconds to transcribe")
85
  ],
86
  outputs="text",
 
80
  fn=transcribe,
81
  inputs=[
82
  gr.Audio(source="microphone", type="filepath"),
83
+ gr.Text(max_lines=1, placeholder="Enter YouTube Link with Swedish speech to be transcribed", label="YouTube URL"),
84
  gr.Slider(minimum=30, maximum=300, value=30, step=30, label="Number of seconds to transcribe")
85
  ],
86
  outputs="text",