jeysshon commited on
Commit
0c23147
·
verified ·
1 Parent(s): d25c5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -97,8 +97,7 @@ gr.Interface(
97
  title=title,
98
  article=article,
99
  description=description,
100
- inputs=gr.inputs.Image(shape=(224, 224)),
101
- outputs=gr.outputs.Label(num_top_classes=4),
102
  examples=examples
103
  ).launch()
104
-
 
97
  title=title,
98
  article=article,
99
  description=description,
100
+ inputs=gr.Image(shape=(224, 224)),
101
+ outputs=gr.Label(num_top_classes=4),
102
  examples=examples
103
  ).launch()