Spaces:
Build error
Build error
Paweł Klimkowski
commited on
Commit
·
7c6f227
1
Parent(s):
9b1f760
fix
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks() as demo:
|
|
23 |
gallery = gr.Gallery(show_label=True)
|
24 |
|
25 |
run.click(inference, inputs=[prompt,samples], outputs=gallery)
|
26 |
-
gr.Examples([["Bauhaus illustration called 'oklyt
|
27 |
|
28 |
|
29 |
demo.launch(debug=True)
|
|
|
23 |
gallery = gr.Gallery(show_label=True)
|
24 |
|
25 |
run.click(inference, inputs=[prompt,samples], outputs=gallery)
|
26 |
+
gr.Examples([["Bauhaus illustration called 'oklyt tv stand ' by Wassily Kandinsky",3],["Painting called 'sideboard with diaries at coffeehouse in Paris' by Claude Monet",3],["a photo of oklyt", 1,1], ["living space in european home in oklyt style, 4k",3]], [prompt,samples], gallery, inference, cache_examples=False)
|
27 |
|
28 |
|
29 |
demo.launch(debug=True)
|