Spaces:
Sleeping
Sleeping
Fix last issue?
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ examples = ['grizzly.jpg', 'teddy.jpg', 'dunno.jpg']
|
|
| 14 |
|
| 15 |
intf = gr.Interface(
|
| 16 |
fn=classify_image,
|
| 17 |
-
inputs=gr.Image(
|
| 18 |
outputs=gr.Label(),
|
| 19 |
examples=examples
|
| 20 |
)
|
|
|
|
| 14 |
|
| 15 |
intf = gr.Interface(
|
| 16 |
fn=classify_image,
|
| 17 |
+
inputs=gr.Image(image_mode='RGB', image_size=(192, 192)),
|
| 18 |
outputs=gr.Label(),
|
| 19 |
examples=examples
|
| 20 |
)
|