fffiloni commited on
Commit
126ac7b
·
1 Parent(s): 49ca6ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks(css='style.css') as demo:
198
  with gr.Column():
199
  video_inp = gr.Video(label="Video source", source="upload", type="filepath", elem_id="input-vid")
200
  prompt = gr.Textbox(label="Prompt", placeholder="enter prompt", show_label=False, elem_id="prompt-in")
201
- control_task = gr.Dropdown(label="Control Task", choices=["Canny", "Depth", "Pose"], value=["Pose"], multiselect=False),
202
  with gr.Row():
203
  seed_inp = gr.Slider(label="Seed", minimum=0, maximum=2147483647, step=1, value=123456)
204
  trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=5, step=1, value=1)
 
198
  with gr.Column():
199
  video_inp = gr.Video(label="Video source", source="upload", type="filepath", elem_id="input-vid")
200
  prompt = gr.Textbox(label="Prompt", placeholder="enter prompt", show_label=False, elem_id="prompt-in")
201
+ control_task = gr.Dropdown(label="Control Task", choices=["Canny", "Depth", "Pose"], value=["Pose"], multiselect=False)
202
  with gr.Row():
203
  seed_inp = gr.Slider(label="Seed", minimum=0, maximum=2147483647, step=1, value=123456)
204
  trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=5, step=1, value=1)