Update app.py
Browse files
app.py
CHANGED
@@ -372,7 +372,7 @@ if __name__ == "__main__":
|
|
372 |
|
373 |
with gr.Row():
|
374 |
with gr.Column():
|
375 |
-
video_in = gr.Video(
|
376 |
trim_in = gr.Slider(label="Cut video at (s)", minimun=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"
|
|
|
372 |
|
373 |
with gr.Row():
|
374 |
with gr.Column():
|
375 |
+
video_in = gr.Video()
|
376 |
trim_in = gr.Slider(label="Cut video at (s)", minimun=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"
|