Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -262,10 +262,8 @@ with gr.Blocks(css=css) as demo:
|
|
262 |
type="pil",
|
263 |
label="Input Image"
|
264 |
)
|
265 |
-
|
266 |
with gr.Row():
|
267 |
-
with gr.Column(scale=2):
|
268 |
-
prompt_input = gr.Textbox(label="Prompt (Optional)", visible=False)
|
269 |
with gr.Column(scale=1):
|
270 |
run_button = gr.Button("Generate", visible=False)
|
271 |
loop_button = gr.Button("Create outpainting video")
|
|
|
262 |
type="pil",
|
263 |
label="Input Image"
|
264 |
)
|
265 |
+
prompt_input = gr.Textbox(label="Prompt (Optional)", visible=True)
|
266 |
with gr.Row():
|
|
|
|
|
267 |
with gr.Column(scale=1):
|
268 |
run_button = gr.Button("Generate", visible=False)
|
269 |
loop_button = gr.Button("Create outpainting video")
|