gavinyuan commited on
Commit
89d9555
1 Parent(s): 1516b1e

update: arxiv url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/xxxx.xxxx'>Arxiv</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
449
  <a style='font-size:18px;color: #7B68EE' href='https://reliable-swap.github.io/'>Homepage</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
449
  <a style='font-size:18px;color: #7B68EE' href='https://reliable-swap.github.io/'>Homepage</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
450
  <a style='font-size:18px;color: #7B68EE' href='https://github.com/ygtxr1997/ReliableSwap'> Github </div>")
451