Leooo333 commited on
Commit
b6ea567
·
verified ·
1 Parent(s): d29051e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -50,6 +50,8 @@ with gr.Blocks() as app:
50
 
51
  # Gallery
52
  with gr.Row():
 
 
53
  with gr.Column():
54
  gr.Markdown("### Reference Images")
55
  gallery_images = gr.Gallery(
@@ -75,7 +77,8 @@ with gr.Blocks() as app:
75
  object_fit="contain",
76
  preview=True
77
  )
78
-
 
79
  with gr.Row():
80
  # Output Panel
81
  with gr.Column(scale=2):
@@ -109,9 +112,7 @@ with gr.Blocks() as app:
109
  lines=2
110
  )
111
  submit_button = gr.Button("Generate Video", variant="primary", size="lg")
112
-
113
- gr.Markdown("---")
114
- gr.Markdown("## Select input image and motion.")
115
 
116
 
117
  def update_selection(img, vid):
 
50
 
51
  # Gallery
52
  with gr.Row():
53
+ gr.Markdown("---")
54
+ gr.Markdown("## Select input image and motion.")
55
  with gr.Column():
56
  gr.Markdown("### Reference Images")
57
  gallery_images = gr.Gallery(
 
77
  object_fit="contain",
78
  preview=True
79
  )
80
+
81
+
82
  with gr.Row():
83
  # Output Panel
84
  with gr.Column(scale=2):
 
112
  lines=2
113
  )
114
  submit_button = gr.Button("Generate Video", variant="primary", size="lg")
115
+
 
 
116
 
117
 
118
  def update_selection(img, vid):