Jaward commited on
Commit
7cc8180
·
verified ·
1 Parent(s): f4b32c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css="style.css") as demo:
212
  )
213
 
214
  with gr.TabItem("Speech Translation") as speech_translation:
215
- input_audio = gr.Audio(label="User", sources="microphone", type="filepath", waveform_options=False)
216
  target_lang = gr.Dropdown(
217
  choices=list(LANGUAGE_CODES.keys()),
218
  value="German",
 
212
  )
213
 
214
  with gr.TabItem("Speech Translation") as speech_translation:
215
+ input_audio = gr.Audio(label="User", sources=["microphone"], type="filepath")
216
  target_lang = gr.Dropdown(
217
  choices=list(LANGUAGE_CODES.keys()),
218
  value="German",