Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,6 @@ def greet(name):
|
|
4 |
print (name)
|
5 |
return name
|
6 |
|
7 |
-
demo = gr.Interface(fn=greet, inputs=gr.Audio(type="
|
8 |
|
9 |
demo.launch()
|
|
|
4 |
print (name)
|
5 |
return name
|
6 |
|
7 |
+
demo = gr.Interface(fn=greet, inputs=gr.Audio(type="filepath"), outputs=gr.Audio(type="filepath"))
|
8 |
|
9 |
demo.launch()
|