Spaces:
Build error
Build error
Paweł Klimkowski
commited on
Commit
·
fcd5f7c
1
Parent(s):
62f8dc3
feat: button
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ with gr.Blocks() as demo:
|
|
18 |
with gr.Column():
|
19 |
prompt = gr.Textbox(label="prompt")
|
20 |
samples = gr.Slider(label="Samples",value=1, step=1, maximum=3)
|
21 |
-
run = gr.Button(value="
|
22 |
with gr.Column():
|
23 |
gallery = gr.Gallery(show_label=True)
|
24 |
|
|
|
18 |
with gr.Column():
|
19 |
prompt = gr.Textbox(label="prompt")
|
20 |
samples = gr.Slider(label="Samples",value=1, step=1, maximum=3)
|
21 |
+
run = gr.Button(value="Generate concept")
|
22 |
with gr.Column():
|
23 |
gallery = gr.Gallery(show_label=True)
|
24 |
|