Spaces:
Sleeping
Sleeping
Commit
·
d595dfc
1
Parent(s):
95fcb63
Changed from plot to pil for image
Browse files
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='
|
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,
|