Spaces:
Sleeping
Sleeping
Commit
·
e5ff1da
1
Parent(s):
f29292c
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,6 @@ demo = gr.Interface(
|
|
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=[])
|
135 |
-
|
136 |
demo.queue(concurrency_count=4)
|
137 |
demo.launch()
|
|
|
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=[])
|
135 |
+
|
136 |
demo.queue(concurrency_count=4)
|
137 |
demo.launch()
|