Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -171,6 +171,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
|
|
171 |
with gr.Tab("video-to-video"):
|
172 |
video = gr.Video(label="")
|
173 |
prompt = gr.Textbox(label="prompt")
|
|
|
174 |
run_button = gr.Button()
|
175 |
with gr.Column():
|
176 |
output = gr.Video(interactive=False)
|
|
|
171 |
with gr.Tab("video-to-video"):
|
172 |
video = gr.Video(label="")
|
173 |
prompt = gr.Textbox(label="prompt")
|
174 |
+
t2v = gr.Checkbox(label="t2v", value=False)
|
175 |
run_button = gr.Button()
|
176 |
with gr.Column():
|
177 |
output = gr.Video(interactive=False)
|