Spaces:
Sleeping
Sleeping
Commit
·
95fcb63
1
Parent(s):
bf98ce6
removed gr.outputs
Browse files
app.py
CHANGED
@@ -168,8 +168,8 @@ gr.Interface(fn=inference,
|
|
168 |
],
|
169 |
theme="grass",
|
170 |
outputs=[
|
171 |
-
gr.
|
172 |
-
gr.
|
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,
|