filipzawadka commited on
Commit
4f4d3a0
1 Parent(s): 3056263
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def transcribe(audio):
13
 
14
  demo = gr.Interface(
15
  fn=transcribe,
16
- inputs=gr.Audio(type="filepath")
17
  outputs="text",
18
  )
19
 
 
13
 
14
  demo = gr.Interface(
15
  fn=transcribe,
16
+ inputs=gr.Audio(type="filepath"),
17
  outputs="text",
18
  )
19