cocktailpeanut commited on
Commit
dffbba9
·
1 Parent(s): 0d8d18f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,9 +75,9 @@ with gr.Blocks(css=css) as demo:
75
  ''')
76
  with gr.Tab("CosXL Edit"):
77
  with gr.Group():
78
- image_edit = gr.Image(label="Image you would like to edit", type="pil")
79
  with gr.Row():
80
  with gr.Column():
 
81
  prompt_edit = gr.Textbox(label="Prompt", scale=4, placeholder="Edit instructions, e.g.: Make the day cloudy")
82
  size_edit = gr.Number(label="Size", value=1024, maximum=1024, minimum=512, precision=0)
83
  button_edit = gr.Button("Generate", min_width=120)
 
75
  ''')
76
  with gr.Tab("CosXL Edit"):
77
  with gr.Group():
 
78
  with gr.Row():
79
  with gr.Column():
80
+ image_edit = gr.Image(label="Image you would like to edit", type="pil")
81
  prompt_edit = gr.Textbox(label="Prompt", scale=4, placeholder="Edit instructions, e.g.: Make the day cloudy")
82
  size_edit = gr.Number(label="Size", value=1024, maximum=1024, minimum=512, precision=0)
83
  button_edit = gr.Button("Generate", min_width=120)