Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ demo = gr.Interface(
|
|
| 39 |
fn=predict,
|
| 40 |
inputs=gr.Image(label="Input Image", type="pil"),
|
| 41 |
outputs="image",
|
| 42 |
-
examples=[["
|
| 43 |
title=title,
|
| 44 |
description=description
|
| 45 |
)
|
|
|
|
| 39 |
fn=predict,
|
| 40 |
inputs=gr.Image(label="Input Image", type="pil"),
|
| 41 |
outputs="image",
|
| 42 |
+
examples=[["example1.jpg"]],
|
| 43 |
title=title,
|
| 44 |
description=description
|
| 45 |
)
|