felixrosberg commited on
Commit
965419d
β€’
1 Parent(s): 5a362c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -253,7 +253,9 @@ Demo is based of recent research from my Ph.D work. Results expects to be publis
253
  """
254
 
255
  with gr.Blocks(theme=theme) as blk_demo:
256
- gr.Markdown(value="# Face Dancer")
 
 
257
  with gr.Row():
258
  with gr.Column():
259
  with gr.Group():
253
  """
254
 
255
  with gr.Blocks(theme=theme) as blk_demo:
256
+ gr.Markdown(value="# Face Dancer \n\n"
257
+ "## Paper: [FaceDancer: Pose- and Occlusion-Aware High Fidelity Face Swapping](https://arxiv.org/abs/2210.10473) \n"
258
+ "## Check out the code [here](https://github.com/felixrosberg/FaceDancer)")
259
  with gr.Row():
260
  with gr.Column():
261
  with gr.Group():