harshalbondre commited on
Commit
60777fd
·
verified ·
1 Parent(s): 620b5ec

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -18,7 +18,7 @@ def transcribe(audio):
18
 
19
  demo = gr.Interface(
20
  transcribe,
21
- gr.Audio(sources="microphone"),
22
  "text",
23
  )
24
 
 
18
 
19
  demo = gr.Interface(
20
  transcribe,
21
+ gr.Audio(sources="microphone", "upload"),
22
  "text",
23
  )
24