justynayang commited on
Commit
7d9dfb1
·
1 Parent(s): 6b41708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text", outputs="text")
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()