Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,9 +135,10 @@ demo = gr.Interface(
|
|
135 |
title=title,
|
136 |
description=description,
|
137 |
article=article,
|
|
|
138 |
# examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
139 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
140 |
examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
|
141 |
|
142 |
demo.queue(concurrency_count=4)
|
143 |
-
demo.launch(
|
|
|
135 |
title=title,
|
136 |
description=description,
|
137 |
article=article,
|
138 |
+
css=custom_css,
|
139 |
# examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
140 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
141 |
examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
|
142 |
|
143 |
demo.queue(concurrency_count=4)
|
144 |
+
demo.launch()
|