Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ demo = gr.Interface(
|
|
11 |
gr.Image(type="pil"),
|
12 |
"image",
|
13 |
examples=[
|
14 |
-
"sample1.
|
15 |
-
"sample2.
|
16 |
],
|
17 |
)
|
18 |
|
|
|
11 |
gr.Image(type="pil"),
|
12 |
"image",
|
13 |
examples=[
|
14 |
+
"sample1.png",
|
15 |
+
"sample2.png",
|
16 |
],
|
17 |
)
|
18 |
|