patrickvonplaten commited on
Commit
47991e5
1 Parent(s): 797417d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  inputs=[
30
  gr.inputs.Dropdown(target_languages),
31
  gr.inputs.Audio(source="microphone", type='filepath'),
32
- ]
33
  outputs="text",
34
  )
35
  iface.launch()
 
29
  inputs=[
30
  gr.inputs.Dropdown(target_languages),
31
  gr.inputs.Audio(source="microphone", type='filepath'),
32
+ ],
33
  outputs="text",
34
  )
35
  iface.launch()