SujanMidatani commited on
Commit
a9ace33
·
1 Parent(s): 0818e3a

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ def takeCommand(audio):
26
 
27
 
28
 
29
- k=gr.Interface(fn=takeCommand, inputs=gr.Audio(source="file", type="filepath"), outputs="text")
30
  k.launch()
 
26
 
27
 
28
 
29
+ k=gr.Interface(fn=takeCommand, inputs=gr.Audio(source="upload", type="filepath"), outputs="text")
30
  k.launch()