hysts HF staff commited on
Commit
3d0bd23
1 Parent(s): 6459c18
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,7 +241,7 @@ img#style-image {
241
  gr.Markdown(
242
  '''<h1 id="title">Portrait Style Transfer with DualStyleGAN</h1>
243
 
244
- This is an unofficial demo app for https://github.com/williamyang1991/DualStyleGAN.
245
 
246
  <center><img id="overview" src="https://raw.githubusercontent.com/williamyang1991/DualStyleGAN/main/doc_images/overview.jpg" alt="overview"></center>
247
  ''')
@@ -321,7 +321,7 @@ This is an unofficial demo app for https://github.com/williamyang1991/DualStyleG
321
  output_image = gr.Image(label='Output Image')
322
 
323
  gr.Markdown(
324
- 'Related App: https://huggingface.co/spaces/hysts/DualStyleGAN')
325
  gr.Markdown(
326
  '<center><img src="https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.dualstylegan" alt="visitor badge"/></center>'
327
  )
 
241
  gr.Markdown(
242
  '''<h1 id="title">Portrait Style Transfer with DualStyleGAN</h1>
243
 
244
+ This is an unofficial demo app for [https://github.com/williamyang1991/DualStyleGAN](https://github.com/williamyang1991/DualStyleGAN).
245
 
246
  <center><img id="overview" src="https://raw.githubusercontent.com/williamyang1991/DualStyleGAN/main/doc_images/overview.jpg" alt="overview"></center>
247
  ''')
 
321
  output_image = gr.Image(label='Output Image')
322
 
323
  gr.Markdown(
324
+ 'Related App: [https://huggingface.co/spaces/hysts/DualStyleGAN](https://huggingface.co/spaces/hysts/DualStyleGAN)')
325
  gr.Markdown(
326
  '<center><img src="https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.dualstylegan" alt="visitor badge"/></center>'
327
  )