hysts HF staff commited on
Commit
6f2bdd6
1 Parent(s): f1383e1
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -258,9 +258,7 @@ img#style-image {
258
 
259
  with gr.Blocks(theme=args.theme, css=css) as demo:
260
  gr.Markdown(
261
- '''<h1 id="title">Portrait Style Transfer with DualStyleGAN</h1>
262
-
263
- This is an unofficial demo app for [https://github.com/williamyang1991/DualStyleGAN](https://github.com/williamyang1991/DualStyleGAN).
264
 
265
  <center><img id="overview" src="https://raw.githubusercontent.com/williamyang1991/DualStyleGAN/main/doc_images/overview.jpg" alt="overview"></center>
266
  ''')
 
258
 
259
  with gr.Blocks(theme=args.theme, css=css) as demo:
260
  gr.Markdown(
261
+ '''<h1 id="title">Portrait Style Transfer with <a href="https://github.com/williamyang1991/DualStyleGAN">DualStyleGAN</a></h1>
 
 
262
 
263
  <center><img id="overview" src="https://raw.githubusercontent.com/williamyang1991/DualStyleGAN/main/doc_images/overview.jpg" alt="overview"></center>
264
  ''')