Spaces:
Running
Running
gavinyuan
commited on
Commit
·
1516b1e
1
Parent(s):
85d0d73
update: app.py, gpen for video
Browse files
app.py
CHANGED
@@ -445,9 +445,9 @@ 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: #
|
449 |
-
<a style='font-size:18px;color: #
|
450 |
-
<a style='font-size:18px;color: #
|
451 |
|
452 |
gr.Markdown("""
|
453 |
<b>Alternatively, try our GitHub <a href=https://github.com/Winfredy/SadTalker> code </a> on your own GPU. </b>
|
|
|
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/xxxx.xxxx'>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 |
|
452 |
gr.Markdown("""
|
453 |
<b>Alternatively, try our GitHub <a href=https://github.com/Winfredy/SadTalker> code </a> on your own GPU. </b>
|