Fabrice-TIERCELIN commited on
Commit
8adc98a
·
verified ·
1 Parent(s): ac697e1

end_image_debug = gr.Image(type="numpy", label="End Image Debug", height=320)

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1207,6 +1207,7 @@ with block:
1207
 
1208
  with gr.Accordion("Debug", open=False):
1209
  input_image_debug = gr.Image(type="numpy", label="Image Debug", height=320)
 
1210
  input_video_debug = gr.Video(sources='upload', label="Input Video Debug", height=320)
1211
  prompt_debug = gr.Textbox(label="Prompt Debug", value='')
1212
  total_second_length_debug = gr.Slider(label="Additional Video Length to Generate (seconds) Debug", minimum=1, maximum=120, value=1, step=0.1)
 
1207
 
1208
  with gr.Accordion("Debug", open=False):
1209
  input_image_debug = gr.Image(type="numpy", label="Image Debug", height=320)
1210
+ end_image_debug = gr.Image(type="numpy", label="End Image Debug", height=320)
1211
  input_video_debug = gr.Video(sources='upload', label="Input Video Debug", height=320)
1212
  prompt_debug = gr.Textbox(label="Prompt Debug", value='')
1213
  total_second_length_debug = gr.Slider(label="Additional Video Length to Generate (seconds) Debug", minimum=1, maximum=120, value=1, step=0.1)