BoburAmirov commited on
Commit
df81534
1 Parent(s): 7c673ba

input Audio change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ file_transcribe = gr.Interface(
144
  fn=transcribe,
145
  inputs=[
146
  gr.Audio(sources=["upload"], type="filepath", label="Audio file"),
147
- gr.Radio(["transcribe", "translate"], label="Task", default="transcribe"),
148
  gr.Checkbox(label="Return timestamps"),
149
  gr.Dropdown(choices=["English", "Uzbek"], label="Language"),
150
  ],
 
144
  fn=transcribe,
145
  inputs=[
146
  gr.Audio(sources=["upload"], type="filepath", label="Audio file"),
147
+ gr.Radio(["transcribe", "translate"], label="Task"),
148
  gr.Checkbox(label="Return timestamps"),
149
  gr.Dropdown(choices=["English", "Uzbek"], label="Language"),
150
  ],