Pie31415 commited on
Commit
686de83
·
1 Parent(s): 08f7759

updated app

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -200,22 +200,19 @@ def video_inference(
200
 
201
  with gr.Blocks() as demo:
202
  gr.Markdown("# **<p align='center'>ROME: Realistic one-shot mesh-based head avatars</p>**")
203
-
204
  gr.HTML(
205
  """
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
-
216
  Create a personal avatar from just a single image using ROME.
217
  <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>
 
218
 
 
219
  <blockquote>
220
  [The] system creates realistic mesh-based avatars from a single <strong>source</strong>
221
  photo. These avatars are rigged, i.e., they can be driven by the animation parameters from a different <strong>driving</strong> frame.
 
200
 
201
  with gr.Blocks() as demo:
202
  gr.Markdown("# **<p align='center'>ROME: Realistic one-shot mesh-based head avatars</p>**")
203
+
204
  gr.HTML(
205
  """
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>
218
  photo. These avatars are rigged, i.e., they can be driven by the animation parameters from a different <strong>driving</strong> frame.