ronniet commited on
Commit
63d9115
1 Parent(s): d46f60d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def predict(image):
8
 
9
  demo = gr.Interface(
10
  fn=predict,
11
- inputs=gr.Image,
12
  outputs='text'
13
  )
14
 
 
8
 
9
  demo = gr.Interface(
10
  fn=predict,
11
+ inputs=gr.Image(),
12
  outputs='text'
13
  )
14