HelloSun commited on
Commit
14ac017
·
verified ·
1 Parent(s): 0fde7a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(css=css) as demo:
68
  result = gr.Image(label="Result", show_label=False)
69
 
70
  with gr.Accordion("Advanced Settings", open=False):
71
-
72
  negative_prompt = gr.Text(
73
  label="Negative prompt",
74
  max_lines=1,
 
68
  result = gr.Image(label="Result", show_label=False)
69
 
70
  with gr.Accordion("Advanced Settings", open=False):
71
+ with gr.Row():
72
  negative_prompt = gr.Text(
73
  label="Negative prompt",
74
  max_lines=1,