Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/F
|
|
343 |
""")
|
344 |
with gr.Row():
|
345 |
with gr.Column():
|
346 |
-
input_image = gr.Image(
|
347 |
prompt = gr.Textbox(label="Prompt", value='')
|
348 |
t2v = gr.Checkbox(label="do text-to-video", value=False)
|
349 |
example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Quick List', samples_per_page=1000, components=[prompt])
|
|
|
343 |
""")
|
344 |
with gr.Row():
|
345 |
with gr.Column():
|
346 |
+
input_image = gr.Image(type="numpy", label="Image", height=320)
|
347 |
prompt = gr.Textbox(label="Prompt", value='')
|
348 |
t2v = gr.Checkbox(label="do text-to-video", value=False)
|
349 |
example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Quick List', samples_per_page=1000, components=[prompt])
|