Pie31415 commited on
Commit
27bf9a9
1 Parent(s): c62b1cd

updated app

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -199,13 +199,14 @@ def video_inference(
199
  return "avatar.gif"
200
 
201
  description = """<p style='text-align: center'> Create a personal avatar from just a single image using ROME. <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> </p>"""
202
- quote = """<blockquote style='text-align: center'> [The] system creates realistic mesh-based avatars from a single <strong>source</strong> photo. These avatars are rigged, i.e., they can be driven by the animation parameters from a different <strong>driving</strong> frame. </blockquote>"""
 
203
 
204
  with gr.Blocks() as demo:
205
  gr.Markdown("# **<p align='center'>ROME: Realistic one-shot mesh-based head avatars</p>**")
206
  gr.HTML(value="<img src='file/media/tease.gif' alt='Teaser' style='display: block; margin: auto;'>")
207
  gr.Markdown(description)
208
- gr.HTML(quote)
209
 
210
  with gr.Tab("Image Inference"):
211
  with gr.Row():
 
199
  return "avatar.gif"
200
 
201
  description = """<p style='text-align: center'> Create a personal avatar from just a single image using ROME. <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> </p>"""
202
+ quote = """
203
+ > <p style='text-align: center'> [The] system creates realistic mesh-based avatars from a single <strong>source</strong> photo. These avatars are rigged, i.e., they can be driven by the animation parameters from a different <strong>driving</strong> frame. </p>"""
204
 
205
  with gr.Blocks() as demo:
206
  gr.Markdown("# **<p align='center'>ROME: Realistic one-shot mesh-based head avatars</p>**")
207
  gr.HTML(value="<img src='file/media/tease.gif' alt='Teaser' style='display: block; margin: auto;'>")
208
  gr.Markdown(description)
209
+ gr.Markdown(quote)
210
 
211
  with gr.Tab("Image Inference"):
212
  with gr.Row():