Spaces:
Runtime error
Runtime error
save
Browse files
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.
|