fffiloni commited on
Commit
e38439c
1 Parent(s): afd9f1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def infer(prompt,video_in, seed_in, trim_value):
61
  with gr.Blocks(css='style.css') as demo:
62
  with gr.Column(elem_id="col-container"):
63
  with gr.Row():
64
- with gr.Row():
65
  prompt = gr.Textbox(placeholder="enter prompt")
66
  video_inp = gr.Video(label="Video source", source="upload", type="filepath")
67
  with gr.Row():
 
61
  with gr.Blocks(css='style.css') as demo:
62
  with gr.Column(elem_id="col-container"):
63
  with gr.Row():
64
+ with gr.Column():
65
  prompt = gr.Textbox(placeholder="enter prompt")
66
  video_inp = gr.Video(label="Video source", source="upload", type="filepath")
67
  with gr.Row():