justynayang commited on
Commit
651fcc0
1 Parent(s): 7d9dfb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- def process(name):
4
  image1d = image.flatten()
5
  return 44100, image1d
6
 
 
1
  import gradio as gr
2
 
3
+ def process(image):
4
  image1d = image.flatten()
5
  return 44100, image1d
6