Paweł Klimkowski commited on
Commit
fcd5f7c
·
1 Parent(s): 62f8dc3

feat: button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Run")
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