multimodalart HF Staff commited on
Commit
f63a105
·
verified ·
1 Parent(s): 4dcc231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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")