Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def classify_image(inp):
|
|
230 |
ans = get_ans(prefix, text)
|
231 |
return texts
|
232 |
|
233 |
-
image = gr.inputs.Image(shape=(
|
234 |
label = gr.outputs.Label(num_top_classes=3)
|
235 |
|
236 |
|
|
|
230 |
ans = get_ans(prefix, text)
|
231 |
return texts
|
232 |
|
233 |
+
image = gr.inputs.Image(shape=(196, 196))
|
234 |
label = gr.outputs.Label(num_top_classes=3)
|
235 |
|
236 |
|