Spaces:
Runtime error
Runtime error
Commit
·
6e0e335
1
Parent(s):
205dca9
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ demo = gr.Interface(
|
|
131 |
article=article,
|
132 |
# examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
133 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
134 |
-
examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
|
135 |
|
136 |
demo.queue(concurrency_count=4)
|
137 |
demo.launch()
|
|
|
131 |
article=article,
|
132 |
# examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
133 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
134 |
+
# examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
|
135 |
|
136 |
demo.queue(concurrency_count=4)
|
137 |
demo.launch()
|