puji4ml commited on
Commit
6c2abed
·
1 Parent(s): 349d9e1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ type = The format the image is converted to before being passed into the predict
60
  "pil" converts the image to a PIL image object,
61
  "filepath" passes a str path to a temporary file containing the image.
62
 
63
- label = component name in interface.
64
 
65
  interactive = if True, will allow users to upload and edit an image; if False, can only be used to display images.
66
  If not provided, this is inferred based on whether the component is used as an input or output.
 
60
  "pil" converts the image to a PIL image object,
61
  "filepath" passes a str path to a temporary file containing the image.
62
 
63
+ label = component name in interface.
64
 
65
  interactive = if True, will allow users to upload and edit an image; if False, can only be used to display images.
66
  If not provided, this is inferred based on whether the component is used as an input or output.