Spaces:
Sleeping
Sleeping
jsaplication
commited on
Commit
•
0794e86
1
Parent(s):
3d47472
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ demo = gr.Interface(
|
|
134 |
article=article,
|
135 |
# examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
136 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
137 |
-
examples=[
|
138 |
|
139 |
demo.queue(concurrency_count=4)
|
140 |
demo.launch()
|
|
|
134 |
article=article,
|
135 |
# examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
136 |
# ['10045.png', 'v1.4', 2, 50]]).launch()
|
137 |
+
examples=[])
|
138 |
|
139 |
demo.queue(concurrency_count=4)
|
140 |
demo.launch()
|