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

Changed from plot to pil for image

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