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