jmparejaz commited on
Commit
03050b3
·
1 Parent(s): d4ac851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ def fun(a):
13
 
14
 
15
 
16
- iface = gr.Interface(fn=rgb2gray, inputs="image", outputs=["text","image"])
17
  iface.launch()
 
13
 
14
 
15
 
16
+ iface = gr.Interface(fn=fun, inputs="image", outputs=["text","image"])
17
  iface.launch()