linoyts HF Staff commited on
Commit
2c322c9
·
verified ·
1 Parent(s): 9306ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -434,7 +434,7 @@ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/F
434
  """)
435
  with gr.Row():
436
  with gr.Column():
437
- input_image = gr.ImageEditor(type="numpy", label="Image", height=320)
438
  prompt = gr.Textbox(label="Prompt", value='')
439
  t2v = gr.Checkbox(label="do text-to-video", value=False)
440
  example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Quick List', samples_per_page=1000, components=[prompt])
 
434
  """)
435
  with gr.Row():
436
  with gr.Column():
437
+ input_image = gr.ImageEditor(type="numpy", label="Image", height=320, brush=gr.Brush(colors=["#ffffff"]))
438
  prompt = gr.Textbox(label="Prompt", value='')
439
  t2v = gr.Checkbox(label="do text-to-video", value=False)
440
  example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Quick List', samples_per_page=1000, components=[prompt])