mpfoley73 commited on
Commit
d5b1e82
1 Parent(s): 76ce5a9

deprecated inputs and outputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ enable_queue=True
34
 
35
  gr.Interface(
36
  fn=predict,
37
- inputs=gr.Image(shape=(512, 512)),
38
- outputs=gr.Label(num_top_classes=3),
39
  title=title,
40
  description=description,
41
  article=article,
 
34
 
35
  gr.Interface(
36
  fn=predict,
37
+ inputs=gr.Image(),
38
+ outputs=gr.Label(),
39
  title=title,
40
  description=description,
41
  article=article,