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