Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -400,7 +400,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
|
400 |
i2v_button = gr.Button("Generate Image-to-Video")
|
401 |
with gr.Tab("video-to-video") as video_tab:
|
402 |
image_v = gr.Image(label="", visible=False, value=None)
|
403 |
-
video_v2v = gr.Video(label="input video"
|
404 |
frames_to_use = gr.Number(label="num frames to use",info="first # of frames to use from the input video for conditioning/transformation", value=9)
|
405 |
v2v_prompt = gr.Textbox(label="prompt", value="Change the style to cinematic anime")
|
406 |
v2v_button = gr.Button("Generate Video-to-Video")
|
|
|
400 |
i2v_button = gr.Button("Generate Image-to-Video")
|
401 |
with gr.Tab("video-to-video") as video_tab:
|
402 |
image_v = gr.Image(label="", visible=False, value=None)
|
403 |
+
video_v2v = gr.Video(label="input video")
|
404 |
frames_to_use = gr.Number(label="num frames to use",info="first # of frames to use from the input video for conditioning/transformation", value=9)
|
405 |
v2v_prompt = gr.Textbox(label="prompt", value="Change the style to cinematic anime")
|
406 |
v2v_button = gr.Button("Generate Video-to-Video")
|