KikoDM commited on
Commit
80ac315
·
1 Parent(s): 6f6c307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",