seamusbarnes commited on
Commit
4b55c89
·
1 Parent(s): ce50866

changed image height and width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ jpg_files = glob.glob(search_pattern)
20
 
21
  intf = gr.Interface(
22
  fn=predict,
23
- inputs=gr.Image(),
24
  outputs=gr.Label(num_top_classes=10),
25
  title=title,
26
  description=description,
 
20
 
21
  intf = gr.Interface(
22
  fn=predict,
23
+ inputs=gr.Image(height=512, width=512),
24
  outputs=gr.Label(num_top_classes=10),
25
  title=title,
26
  description=description,