Spaces:
Sleeping
Sleeping
Update gradio_app/image_synthesis_app.py
Browse files
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(
|
| 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='')
|