linoyts HF Staff commited on
Commit
75c7fe9
·
verified ·
1 Parent(s): 64041b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)