Spaces:
Running
Running
Commit
·
0818e3a
1
Parent(s):
9e8a040
update app.py
Browse files
app.py
CHANGED
@@ -26,5 +26,5 @@ def takeCommand(audio):
|
|
26 |
|
27 |
|
28 |
|
29 |
-
k=gr.Interface(fn=takeCommand, inputs=gr.Audio(source="
|
30 |
k.launch()
|
|
|
26 |
|
27 |
|
28 |
|
29 |
+
k=gr.Interface(fn=takeCommand, inputs=gr.Audio(source="file", type="filepath"), outputs="text")
|
30 |
k.launch()
|