hysts HF staff commited on
Commit
399f343
1 Parent(s): d5d7281
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -244,8 +244,6 @@ img#style-image {
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
-
248
- Related App: https://huggingface.co/spaces/hysts/DualStyleGAN
249
  ''')
250
 
251
  with gr.Box():
@@ -322,6 +320,8 @@ Related App: https://huggingface.co/spaces/hysts/DualStyleGAN
322
  with gr.Column():
323
  output_image = gr.Image(label='Output Image')
324
 
 
 
325
  gr.Markdown(
326
  '<center><img src="https://visitor-badge.glitch.me/badge?page_id=gradio-blocks.dualstylegan" alt="visitor badge"/></center>'
327
  )
 
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
  ''')
248
 
249
  with gr.Box():
 
320
  with gr.Column():
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
  )