Tlanextli commited on
Commit
3175a4b
·
1 Parent(s): 788669e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def transcribeMic(audio):
16
 
17
  app1 = gr.Interface(
18
  fn=transcribeFile,
19
- inputs=gr.inputs.Audio(label="Upload audio file", type="filepath")
20
  outputs="text"
21
  )
22
 
 
16
 
17
  app1 = gr.Interface(
18
  fn=transcribeFile,
19
+ inputs=gr.inputs.Audio(label="Upload audio file", type="filepath"),
20
  outputs="text"
21
  )
22