mobinln commited on
Commit
beb6d30
·
1 Parent(s): 18162e3

fix: audio interface

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ demo = gr.Interface(
42
  transcribe,
43
  gr.Audio(sources=["microphone"]),
44
  "text",
 
45
  )
46
 
47
  if __name__ == "__main__":
 
42
  transcribe,
43
  gr.Audio(sources=["microphone"]),
44
  "text",
45
+ type="filepath"
46
  )
47
 
48
  if __name__ == "__main__":