Spaces:
Build error
Build error
Commit
·
a8bfd45
1
Parent(s):
ab53135
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ def classify_image(inp):
|
|
189 |
|
190 |
return texts
|
191 |
|
192 |
-
image = gr.inputs.Image(shape=(
|
193 |
label = gr.outputs.Label(num_top_classes=3)
|
194 |
|
195 |
|
|
|
189 |
|
190 |
return texts
|
191 |
|
192 |
+
image = gr.inputs.Image(shape=(256, 256))
|
193 |
label = gr.outputs.Label(num_top_classes=3)
|
194 |
|
195 |
|