vincentb25 commited on
Commit
95fcb63
·
1 Parent(s): bf98ce6

removed gr.outputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,8 +168,8 @@ gr.Interface(fn=inference,
168
  ],
169
  theme="grass",
170
  outputs=[
171
- gr.outputs.Label(label="Predicted class probabilities"),
172
- gr.outputs.Image(type='plot', label="Support examples from Google image search"),
173
  ],
174
  title=title,
175
  description=description,
 
168
  ],
169
  theme="grass",
170
  outputs=[
171
+ gr.Label(label="Predicted class probabilities"),
172
+ gr.Image(type='plot', label="Support examples from Google image search"),
173
  ],
174
  title=title,
175
  description=description,