LPX55 commited on
Commit
0c62b62
·
verified ·
1 Parent(s): a8819c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
342
  with gr.Tabs():
343
  with gr.TabItem("Inpaint"):
344
  with gr.Column():
345
- with gr.Row():
346
  with gr.Column():
347
  prompt = gr.Textbox(
348
  label="Prompt",
 
342
  with gr.Tabs():
343
  with gr.TabItem("Inpaint"):
344
  with gr.Column():
345
+ with gr.Row(equal_height=True):
346
  with gr.Column():
347
  prompt = gr.Textbox(
348
  label="Prompt",