abidlabs HF staff commited on
Commit
28aeddf
1 Parent(s): 02319f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,8 +119,8 @@ def inference(seedin):
119
  output = generate_images(listseed)
120
  return output
121
 
122
- title = "Projected GAN"
123
- description = "Gradio demo for Projected GANs Converge Faster, Pokemon. To use it, add seed, or click one of the examples to load them. Read more at the links below."
124
 
125
  article = "<p style='text-align: center'><a href='http://www.cvlibs.net/publications/Sauer2021NEURIPS.pdf' target='_blank'>Projected GANs Converge Faster</a> | <a href='https://github.com/autonomousvision/projected_gan' target='_blank'>Github Repo</p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_projected_gan' alt='visitor badge'></center>"
126
 
 
119
  output = generate_images(listseed)
120
  return output
121
 
122
+ title = "Example: Pokemon GAN"
123
+ description = "Gradio demo for Pokemon GAN. To use it, provide a seed, or click one of the examples to load them. Read more at the links below."
124
 
125
  article = "<p style='text-align: center'><a href='http://www.cvlibs.net/publications/Sauer2021NEURIPS.pdf' target='_blank'>Projected GANs Converge Faster</a> | <a href='https://github.com/autonomousvision/projected_gan' target='_blank'>Github Repo</p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_projected_gan' alt='visitor badge'></center>"
126