Update app.py
Browse files
app.py
CHANGED
@@ -373,7 +373,7 @@ if __name__ == "__main__":
|
|
373 |
with gr.Row():
|
374 |
with gr.Column():
|
375 |
video_in = gr.Video()
|
376 |
-
trim_in = gr.Slider(label="Cut video at (s)",
|
377 |
#task_type = gr.Dropdown(["scribble_point", "scribble_box", "text"], value="text", label="Prompt type")
|
378 |
#task_type = "text"
|
379 |
text_prompt = gr.Textbox(label="Text prompt", placeholder="the girl in the middle", info="Describe the subject visible in your video that you want to matte")
|
|
|
373 |
with gr.Row():
|
374 |
with gr.Column():
|
375 |
video_in = gr.Video()
|
376 |
+
trim_in = gr.Slider(label="Cut video at (s)", minimum=1, maximum=10, step=1, value=1)
|
377 |
#task_type = gr.Dropdown(["scribble_point", "scribble_box", "text"], value="text", label="Prompt type")
|
378 |
#task_type = "text"
|
379 |
text_prompt = gr.Textbox(label="Text prompt", placeholder="the girl in the middle", info="Describe the subject visible in your video that you want to matte")
|