jmparejaz commited on
Commit
0dd58e6
·
1 Parent(s): 85e3f3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def fun(a):
19
 
20
 
21
 
22
- gr.Interface(fn=fun, inputs="images", outputs="text").launch()
 
19
 
20
 
21
 
22
+ gr.Interface(fn=fun, inputs="image", outputs="text").launch()