Spaces:
Sleeping
Sleeping
Commit
·
a9ace33
1
Parent(s):
0818e3a
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="upload", type="filepath"), outputs="text")
|
| 30 |
k.launch()
|