Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ demo = gr.Interface(
|
|
178 |
title=title,
|
179 |
description=description,
|
180 |
article=article,
|
181 |
-
examples=[['a1.jpg'], ['a2.jpg']],
|
182 |
css=" footer{display:none !important;}"
|
183 |
)
|
184 |
|
|
|
178 |
title=title,
|
179 |
description=description,
|
180 |
article=article,
|
181 |
+
examples=[['./examples/a1.jpg'], ['./examples/a2.jpg']],
|
182 |
css=" footer{display:none !important;}"
|
183 |
)
|
184 |
|