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