alexnasa commited on
Commit
8d1be74
·
verified ·
1 Parent(s): 396f14e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -299,18 +299,17 @@ with gr.Blocks(css=css) as demo:
299
  gr.HTML(
300
  """
301
  <div style="text-align: center;">
302
- <h1>Pixel3dmm [Image Mode]</h1>
303
- <p style="font-size:16px;">Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction.</p>
304
- </div>
305
- <br>
306
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
307
- <a href="https://github.com/SimonGiebenhain/pixel3dmm">
308
- <img src='https://img.shields.io/badge/GitHub-Repo-blue'>
309
  </a>
310
  </div>
311
  """
312
  )
313
 
 
314
  with gr.Column(elem_id="col-container"):
315
 
316
  with gr.Row():
 
299
  gr.HTML(
300
  """
301
  <div style="text-align: center;">
302
+ <p style="font-size:16px; display: inline; margin: 0;">
303
+ Pixel3dmm [Image Mode] - Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction.
304
+ </p>
305
+ <a href="https://github.com/SimonGiebenhain/pixel3dmm" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
306
+ <img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
 
 
307
  </a>
308
  </div>
309
  """
310
  )
311
 
312
+
313
  with gr.Column(elem_id="col-container"):
314
 
315
  with gr.Row():