PanagiotaMoraiti commited on
Commit
d0a6de4
·
verified ·
1 Parent(s): 3a2c10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ examples = ['yellow_banana.jpg', 'banana.jpg', 'yellow_banana_2.jpg', 'green_ban
17
 
18
  gr.Interface(
19
  fn=predict,
20
- inputs=gr.Image(width=512, height=512, sources=["upload", "webcam", "clipboard"]),
21
  outputs=gr.Label(num_top_classes=4),
22
  title=title,
23
  description=description,
 
17
 
18
  gr.Interface(
19
  fn=predict,
20
+ inputs=gr.Image(sources=["upload", "webcam", "clipboard"]),
21
  outputs=gr.Label(num_top_classes=4),
22
  title=title,
23
  description=description,