Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|