fffiloni commited on
Commit
55130b8
1 Parent(s): e1ad372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(css='style.css') as demo:
132
  prompt = gr.Textbox(label="Prompt", placeholder="enter prompt", show_label=False, elem_id="prompt-in")
133
  video_inp = gr.Video(label="Video source", source="upload", type="filepath", include_audio=False, elem_id="input-vid")
134
  with gr.Row():
135
- seed_inp = gr.Slider(minimum=0, maximum=10000, step=1, value=123456)
136
  trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=3, step=1, value=1)
137
  with gr.Column():
138
 
 
132
  prompt = gr.Textbox(label="Prompt", placeholder="enter prompt", show_label=False, elem_id="prompt-in")
133
  video_inp = gr.Video(label="Video source", source="upload", type="filepath", include_audio=False, elem_id="input-vid")
134
  with gr.Row():
135
+ seed_inp = gr.Slider(label="Seed", minimum=0, maximum=10000, step=1, value=123456)
136
  trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=3, step=1, value=1)
137
  with gr.Column():
138