KikoDM commited on
Commit
6e25db7
·
1 Parent(s): 5869ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def predict_image(pic):
66
  iface = gr.Interface(
67
  predict_image,
68
  [
69
- gr.inputs.Image(self, shape=None, image_mode="RGB", invert_colors=False, source="upload", tool="editor", type="numpy", label=None, optional=False)
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",