Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
aa6ecb5
1
Parent(s):
faedadd
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ iface = gr.Interface(fn=classify,
|
|
| 34 |
inputs=gr.inputs.Image(label="image"),
|
| 35 |
outputs='text',
|
| 36 |
title=title,
|
|
|
|
| 37 |
description=description,
|
| 38 |
enable_queue=True,
|
| 39 |
examples=[['panda.jpeg'], ["llamas.jpeg"], ["hot_dog.png"]],
|
|
|
|
| 34 |
inputs=gr.inputs.Image(label="image"),
|
| 35 |
outputs='text',
|
| 36 |
title=title,
|
| 37 |
+
shape=(224,224),
|
| 38 |
description=description,
|
| 39 |
enable_queue=True,
|
| 40 |
examples=[['panda.jpeg'], ["llamas.jpeg"], ["hot_dog.png"]],
|