fffiloni commited on
Commit
9e6af0a
1 Parent(s): dafd4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def infer(prompt,video_in, seed_in):
54
  with gr.Blocks(css='style.css') as demo:
55
  with gr.Column(elem_id="col-container"):
56
  with gr.Row():
57
- with gr.Column():
58
  prompt = gr.Textbox(placeholder="enter prompt")
59
  video_inp = gr.Video(label="Video source", source="upload", type="filepath")
60
  seed_inp = gr.Number(label="Seed", value=123456)
 
54
  with gr.Blocks(css='style.css') as demo:
55
  with gr.Column(elem_id="col-container"):
56
  with gr.Row():
57
+ with gr.Row():
58
  prompt = gr.Textbox(placeholder="enter prompt")
59
  video_inp = gr.Video(label="Video source", source="upload", type="filepath")
60
  seed_inp = gr.Number(label="Seed", value=123456)