jmparejaz commited on
Commit
430bc33
·
1 Parent(s): a50f697

Update app.py

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