Spaces:
Running
Running
gavinyuan
commited on
Commit
·
89d9555
1
Parent(s):
1516b1e
update: arxiv url
Browse files
app.py
CHANGED
@@ -445,7 +445,7 @@ if __name__ == "__main__":
|
|
445 |
|
446 |
with gr.Blocks() as demo:
|
447 |
gr.Markdown("<div align='center'> <h2> ReliableSwap: Boosting General Face Swapping Via Reliable Supervision </span> </h2> \
|
448 |
-
<a style='font-size:18px;color: #7B68EE' href='https://arxiv.org/abs/
|
449 |
<a style='font-size:18px;color: #7B68EE' href='https://reliable-swap.github.io/'>Homepage</a> \
|
450 |
<a style='font-size:18px;color: #7B68EE' href='https://github.com/ygtxr1997/ReliableSwap'> Github </div>")
|
451 |
|
|
|
445 |
|
446 |
with gr.Blocks() as demo:
|
447 |
gr.Markdown("<div align='center'> <h2> ReliableSwap: Boosting General Face Swapping Via Reliable Supervision </span> </h2> \
|
448 |
+
<a style='font-size:18px;color: #7B68EE' href='https://arxiv.org/abs/2306.05356'>Arxiv</a> \
|
449 |
<a style='font-size:18px;color: #7B68EE' href='https://reliable-swap.github.io/'>Homepage</a> \
|
450 |
<a style='font-size:18px;color: #7B68EE' href='https://github.com/ygtxr1997/ReliableSwap'> Github </div>")
|
451 |
|