Spaces:
Runtime error
Runtime error
Commit
·
7d9dfb1
1
Parent(s):
6b41708
Update app.py
Browse files
app.py
CHANGED
@@ -4,5 +4,5 @@ def process(name):
|
|
4 |
image1d = image.flatten()
|
5 |
return 44100, image1d
|
6 |
|
7 |
-
iface = gr.Interface(fn=process, inputs="
|
8 |
iface.launch()
|
|
|
4 |
image1d = image.flatten()
|
5 |
return 44100, image1d
|
6 |
|
7 |
+
iface = gr.Interface(fn=process, inputs="image", outputs="audio")
|
8 |
iface.launch()
|