Spaces:
Sleeping
Sleeping
langurmonkey commited on
Nope, still more.
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(height=192, width=192),
|
| 18 |
outputs=gr.Label(),
|
| 19 |
examples=examples
|
| 20 |
)
|