Spaces:
Runtime error
Runtime error
end_image_debug = gr.Image(type="numpy", label="End Image Debug", height=320)
Browse files
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)
|