Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -143,5 +143,5 @@ demo = gr.Interface(
|
|
143 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
144 |
examples=[['AI-generate.jpg', 'v1.4', 2], ['lincoln.jpg', 'v1.4', 2], ['Blake_Lively.jpg', 'v1.4', 2],
|
145 |
['10045.png', 'v1.4', 2]])
|
146 |
-
demo.queue(concurrency_count=
|
147 |
demo.launch()
|
|
|
143 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
144 |
examples=[['AI-generate.jpg', 'v1.4', 2], ['lincoln.jpg', 'v1.4', 2], ['Blake_Lively.jpg', 'v1.4', 2],
|
145 |
['10045.png', 'v1.4', 2]])
|
146 |
+
demo.queue(concurrency_count=2)
|
147 |
demo.launch()
|