Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def predict_image(pic):
|
|
66 |
iface = gr.Interface(
|
67 |
predict_image,
|
68 |
[
|
69 |
-
gr.inputs.Image(
|
70 |
],
|
71 |
|
72 |
"text",
|
|
|
66 |
iface = gr.Interface(
|
67 |
predict_image,
|
68 |
[
|
69 |
+
gr.inputs.Image(shape=None, image_mode="RGB", invert_colors=False, source="upload", tool="editor", type="numpy", label=None, optional=False)
|
70 |
],
|
71 |
|
72 |
"text",
|