Spaces:
Runtime error
Runtime error
Commit
·
79e703c
1
Parent(s):
19f236b
updating image size
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def predict(img):
|
|
| 38 |
|
| 39 |
iface = gr.Interface(
|
| 40 |
fn=predict,
|
| 41 |
-
inputs=gr.inputs.Image(shape=(
|
| 42 |
outputs=gr.outputs.Label(),
|
| 43 |
title=title,
|
| 44 |
description=description,
|
|
|
|
| 38 |
|
| 39 |
iface = gr.Interface(
|
| 40 |
fn=predict,
|
| 41 |
+
inputs=gr.inputs.Image(shape=(192, 192)),
|
| 42 |
outputs=gr.outputs.Label(),
|
| 43 |
title=title,
|
| 44 |
description=description,
|