jmparejaz commited on
Commit
4587928
·
1 Parent(s): faa7830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def fun(a):
17
  return Image.fromarray(inp)
18
 
19
 
20
- gr.Interface(fn=fun, inputs=gr.Image(shape=(48, 48)), outputs="Image").launch()
 
17
  return Image.fromarray(inp)
18
 
19
 
20
+ gr.Interface(fn=fun, inputs=gr.Image(shape=(48, 48)), outputs="image").launch()