Spaces:
Running
on
A10G
Running
on
A10G
Xintao
commited on
Commit
•
258bbe3
1
Parent(s):
2ea159f
update
Browse files
app.py
CHANGED
@@ -134,5 +134,5 @@ gr.Interface(
|
|
134 |
title=title,
|
135 |
description=description,
|
136 |
article=article,
|
137 |
-
examples=[['AI-generate.jpg', 'v1.
|
138 |
-
['10045.png', 'v1.
|
|
|
134 |
title=title,
|
135 |
description=description,
|
136 |
article=article,
|
137 |
+
examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
138 |
+
['10045.png', 'v1.4', 2, 50]]).launch()
|