Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def update_gallery(choice, paths, prefix):
|
|
| 47 |
|
| 48 |
with gr.Blocks() as app:
|
| 49 |
gr.Markdown("## 3DHM Results🤸♂️")
|
| 50 |
-
|
| 51 |
# Gallery
|
| 52 |
gr.Markdown("---")
|
| 53 |
gr.Markdown("## Select input image and motion.")
|
|
|
|
| 47 |
|
| 48 |
with gr.Blocks() as app:
|
| 49 |
gr.Markdown("## 3DHM Results🤸♂️")
|
| 50 |
+
gr.Markdown("We showcase more results of 3DHM. The interactive demo will be available soon - stay tuned!")
|
| 51 |
# Gallery
|
| 52 |
gr.Markdown("---")
|
| 53 |
gr.Markdown("## Select input image and motion.")
|