DmitrMakeev
commited on
Commit
•
859e01a
1
Parent(s):
6e0e335
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 |
-
|
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=[])
|
135 |
|
136 |
demo.queue(concurrency_count=4)
|
137 |
demo.launch()
|