felixrosberg
commited on
Update app.py
Browse files
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
|
214 |
-
|
215 |
-
|
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():
|