vumichien commited on
Commit
1f6bb18
1 Parent(s): 677e398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ iface = gr.Interface(
47
  article="Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
48
  inputs=[
49
  gr.Audio(source="microphone", type="filepath", streaming=False),
 
50
  ],
51
  outputs=gr.outputs.Textbox(label="Interpreted text")
52
  ,
 
47
  article="Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
48
  inputs=[
49
  gr.Audio(source="microphone", type="filepath", streaming=False),
50
+ gr.Audio(source="upload", type="filepath", optional=True),
51
  ],
52
  outputs=gr.outputs.Textbox(label="Interpreted text")
53
  ,