felixrosberg commited on
Commit
bdc0c43
Β·
verified Β·
1 Parent(s): 4a72385

Update app.py

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