linoyts HF Staff commited on
Commit
3f755aa
·
verified ·
1 Parent(s): d34b730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(sources='upload', 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])
 
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])