jeysshon commited on
Commit
48e1aac
·
verified ·
1 Parent(s): 51339d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ enable_queue = True
18
 
19
  gr.Interface(
20
  fn=predict,
21
- inputs=gr.Image(shape=(224, 224)),
22
  outputs=gr.Label(num_top_classes=1),
23
  title=title,
24
  description=description,
 
18
 
19
  gr.Interface(
20
  fn=predict,
21
+ inputs=gr.Image(),
22
  outputs=gr.Label(num_top_classes=1),
23
  title=title,
24
  description=description,