alexnasa commited on
Commit
d4125ee
·
verified ·
1 Parent(s): 4ff5a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -328,12 +328,13 @@ with gr.Blocks(css=css) as demo:
328
  demo.load(start_session, outputs=[session_state])
329
 
330
  with gr.Column(elem_id="col-container"):
331
-
332
- gr.Markdown(
333
  """ # Pixel3dmm [Image Mode] – Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction
334
-
335
  • Source: [Github](https://github.com/SimonGiebenhain/pixel3dmm)
336
- • Gradio App by : [@alexandernasa](https://twitter.com/alexandernasa/) """)
 
 
337
 
338
  with gr.Row():
339
  with gr.Column():
 
328
  demo.load(start_session, outputs=[session_state])
329
 
330
  with gr.Column(elem_id="col-container"):
331
+ gr.Markdown(
 
332
  """ # Pixel3dmm [Image Mode] – Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction
333
+
334
  • Source: [Github](https://github.com/SimonGiebenhain/pixel3dmm)
335
+ • Gradio App by [@alexandernasa](https://twitter.com/alexandernasa/)
336
+ """
337
+ )
338
 
339
  with gr.Row():
340
  with gr.Column():