Spaces:
Build error
Build error
Pie31415
commited on
Commit
·
609fa44
1
Parent(s):
686de83
updated app
Browse files
app.py
CHANGED
|
@@ -206,12 +206,20 @@ with gr.Blocks() as demo:
|
|
| 206 |
<div style='text-align: center'>
|
| 207 |
<img src='file/media/tease.gif' alt='Teaser'>
|
| 208 |
</div>
|
|
|
|
|
|
|
| 209 |
|
|
|
|
|
|
|
| 210 |
<p style='text-align: center'>
|
| 211 |
Create a personal avatar from just a single image using ROME.
|
| 212 |
<br> <a href='https://arxiv.org/abs/2206.08343' target='_blank'>Paper</a> | <a href='https://samsunglabs.github.io/rome' target='_blank'>Project Page</a> | <a href='https://github.com/SamsungLabs/rome' target='_blank'>Github</a>
|
| 213 |
</p>
|
|
|
|
|
|
|
| 214 |
|
|
|
|
|
|
|
| 215 |
<p style='text-align: center'>
|
| 216 |
<blockquote>
|
| 217 |
[The] system creates realistic mesh-based avatars from a single <strong>source</strong>
|
|
|
|
| 206 |
<div style='text-align: center'>
|
| 207 |
<img src='file/media/tease.gif' alt='Teaser'>
|
| 208 |
</div>
|
| 209 |
+
"""
|
| 210 |
+
)
|
| 211 |
|
| 212 |
+
gr.Markdown(
|
| 213 |
+
"""
|
| 214 |
<p style='text-align: center'>
|
| 215 |
Create a personal avatar from just a single image using ROME.
|
| 216 |
<br> <a href='https://arxiv.org/abs/2206.08343' target='_blank'>Paper</a> | <a href='https://samsunglabs.github.io/rome' target='_blank'>Project Page</a> | <a href='https://github.com/SamsungLabs/rome' target='_blank'>Github</a>
|
| 217 |
</p>
|
| 218 |
+
"""
|
| 219 |
+
)
|
| 220 |
|
| 221 |
+
gr.Markdown(
|
| 222 |
+
"""
|
| 223 |
<p style='text-align: center'>
|
| 224 |
<blockquote>
|
| 225 |
[The] system creates realistic mesh-based avatars from a single <strong>source</strong>
|