radames HF staff commited on
Commit
f5b46d6
1 Parent(s): 6c356b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with block:
74
  prompt = gr.Textbox(label="Prompt")
75
  negative_prompt = gr.Textbox(label="Negative Prompt")
76
 
77
- run_button = gr.Button(label="Run")
78
  with gr.Accordion("Advanced Options", open=False):
79
  num_samples = gr.Slider(
80
  label="Images", minimum=1, maximum=4, value=1, step=1)
 
74
  prompt = gr.Textbox(label="Prompt")
75
  negative_prompt = gr.Textbox(label="Negative Prompt")
76
 
77
+ run_button = gr.Button("Run")
78
  with gr.Accordion("Advanced Options", open=False):
79
  num_samples = gr.Slider(
80
  label="Images", minimum=1, maximum=4, value=1, step=1)