Spaces:
Runtime error
Runtime error
Commit
Β·
134c843
1
Parent(s):
3006d88
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ Kandinsky 2.1 was trained on a large-scale image-text dataset LAION HighRes and
|
|
| 227 |
grid=[2], height="auto"
|
| 228 |
)
|
| 229 |
|
| 230 |
-
ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
|
| 231 |
ex.dataset.headers = [""]
|
| 232 |
|
| 233 |
text.submit(infer, inputs=[text, negative], outputs=gallery)
|
|
|
|
| 227 |
grid=[2], height="auto"
|
| 228 |
)
|
| 229 |
|
| 230 |
+
ex = gr.Examples(examples=examples, fn=infer, inputs=[text, negative], outputs=gallery, cache_examples=True)
|
| 231 |
ex.dataset.headers = [""]
|
| 232 |
|
| 233 |
text.submit(infer, inputs=[text, negative], outputs=gallery)
|