weathon commited on
Commit
50a7782
·
1 Parent(s): 42ea091
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(title="Value Sign Flip SD3.5 Demo") as demo:
174
  neg = gr.Textbox(label="Negative Prompt", value="wheels")
175
 
176
  # rephase = gr.Button("Rephrase Prompt")
177
- with gr.Column():
178
  sample = gr.Button("Load A Sample Prompt")
179
  sample.click(fn=load_sample, inputs=[], outputs=[pos, neg])
180
  anti_aesthetic_sample = gr.Button("Load An Anti-Aesthetic Sample Prompt")
 
174
  neg = gr.Textbox(label="Negative Prompt", value="wheels")
175
 
176
  # rephase = gr.Button("Rephrase Prompt")
177
+ with gr.Row():
178
  sample = gr.Button("Load A Sample Prompt")
179
  sample.click(fn=load_sample, inputs=[], outputs=[pos, neg])
180
  anti_aesthetic_sample = gr.Button("Load An Anti-Aesthetic Sample Prompt")