Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
| 23 |
inputs=gr.components.Image(type="filepath", label="Input Image"),
|
| 24 |
outputs=gr.Image(),
|
| 25 |
title="Cheerios detector",
|
| 26 |
-
examples=
|
| 27 |
)
|
| 28 |
|
| 29 |
# Launch the interface
|
|
|
|
| 23 |
inputs=gr.components.Image(type="filepath", label="Input Image"),
|
| 24 |
outputs=gr.Image(),
|
| 25 |
title="Cheerios detector",
|
| 26 |
+
examples=path0,
|
| 27 |
)
|
| 28 |
|
| 29 |
# Launch the interface
|