Ljzycmd commited on
Commit
47d853f
1 Parent(s): 1fcee8e

Update gradio_app/image_synthesis_app.py

Browse files
Files changed (1) hide show
  1. gradio_app/image_synthesis_app.py +1 -1
gradio_app/image_synthesis_app.py CHANGED
@@ -95,7 +95,7 @@ def create_demo_synthesis():
95
  maximum=16,
96
  value=10,
97
  step=1)
98
- run_btn = gr.Button(label="Run")
99
  with gr.Column():
100
  appended_prompt = gr.Textbox(label="Appended Prompt", value='')
101
  negative_prompt = gr.Textbox(label="Negative Prompt", value='')
 
95
  maximum=16,
96
  value=10,
97
  step=1)
98
+ run_btn = gr.Button("Run")
99
  with gr.Column():
100
  appended_prompt = gr.Textbox(label="Appended Prompt", value='')
101
  negative_prompt = gr.Textbox(label="Negative Prompt", value='')