Abhinowww commited on
Commit
47247c5
·
1 Parent(s): 90b9490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,8 +185,8 @@ def inference(img, model):
185
  imageio.imwrite('filename.jpeg', npimage)
186
  return 'filename.jpeg'
187
 
188
- title = "Capstone"
189
- description = "Capstone Project. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
190
 
191
  # article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.11641' target='_blank'>JoJoGAN: One Shot Face Stylization</a>| <a href='https://github.com/mchong6/JoJoGAN' target='_blank'>Github Repo Pytorch</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_jojogan' alt='visitor badge'></center>"
192
 
 
185
  imageio.imwrite('filename.jpeg', npimage)
186
  return 'filename.jpeg'
187
 
188
+ title = "Image Generation Using Style Adaptation: A Capstone Project"
189
+ description = "Upload your input image in the left, choose a style model, click on submit, and wait for it."
190
 
191
  # article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.11641' target='_blank'>JoJoGAN: One Shot Face Stylization</a>| <a href='https://github.com/mchong6/JoJoGAN' target='_blank'>Github Repo Pytorch</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_jojogan' alt='visitor badge'></center>"
192