Update app.py
Browse files
app.py
CHANGED
@@ -98,5 +98,5 @@ gr.Interface(
|
|
98 |
title=title,
|
99 |
description=description,
|
100 |
article=article,
|
101 |
-
examples=[['AI-generate.jpg',
|
102 |
-
['10045.png',
|
|
|
98 |
title=title,
|
99 |
description=description,
|
100 |
article=article,
|
101 |
+
examples=[['AI-generate.jpg', 2], ['lincoln.jpg', 2], ['Blake_Lively.jpg', 2],
|
102 |
+
['10045.png', 2]]).launch()
|