Update app.py
Browse files
app.py
CHANGED
@@ -135,4 +135,4 @@ gr.Interface(
|
|
135 |
description=description,
|
136 |
article=article,
|
137 |
examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
138 |
-
['10045.png', 'v1.4', 2, 50]]).launch()
|
|
|
135 |
description=description,
|
136 |
article=article,
|
137 |
examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
|
138 |
+
['10045.png', 'v1.4', 2, 50]]).launch(enable_queue=True)
|