Srikumar26 commited on
Commit
3082a29
·
verified ·
1 Parent(s): 7ab3afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with block:
27
  with gr.Row():
28
  with gr.Column():
29
  prompt = gr.Textbox(label="Prompt")
30
- run_button = gr.Button(label="Run")
31
  with gr.Accordion("Advanced options", open=True):
32
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
33
  image_resolution = gr.Slider(label="Image Resolution", minimum=256, maximum=768, value=512, step=64)
 
27
  with gr.Row():
28
  with gr.Column():
29
  prompt = gr.Textbox(label="Prompt")
30
+ run_button = gr.Button(value="Run")
31
  with gr.Accordion("Advanced options", open=True):
32
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
33
  image_resolution = gr.Slider(label="Image Resolution", minimum=256, maximum=768, value=512, step=64)