Update app.py
Browse files
app.py
CHANGED
@@ -49,9 +49,10 @@ with gr.Blocks() as app:
|
|
49 |
gr.Markdown("## 3DHM Demo🤸♂️")
|
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(
|
|
|
49 |
gr.Markdown("## 3DHM Demo🤸♂️")
|
50 |
|
51 |
# Gallery
|
52 |
+
gr.Markdown("---")
|
53 |
+
gr.Markdown("## Select input image and motion.")
|
54 |
+
|
55 |
with gr.Row():
|
|
|
|
|
56 |
with gr.Column():
|
57 |
gr.Markdown("### Reference Images")
|
58 |
gallery_images = gr.Gallery(
|