Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ iface = gr.Interface(
|
|
| 71 |
predict_image,
|
| 72 |
[
|
| 73 |
#gr.inputs.Image(shape=None, image_mode="RGB", invert_colors=False, source="upload", tool="editor", type="numpy", label=None, optional=False)
|
| 74 |
-
gr.inputs.Image(source="upload")
|
| 75 |
],
|
| 76 |
|
| 77 |
"text",
|
|
|
|
| 71 |
predict_image,
|
| 72 |
[
|
| 73 |
#gr.inputs.Image(shape=None, image_mode="RGB", invert_colors=False, source="upload", tool="editor", type="numpy", label=None, optional=False)
|
| 74 |
+
gr.inputs.Image(source="upload",shape=(48,48))
|
| 75 |
],
|
| 76 |
|
| 77 |
"text",
|