rossellison commited on
Commit
9f18e27
·
1 Parent(s): e3a6a57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ app_file: app.py
10
 
11
  Welcome to the Kpop Face Generator!
12
 
13
- This Streamlit application generates images of Kpop idols using a pre-trained GAN. The application is powered by the PyTorch implementation of StyleGAN3 and makes use of a specific model named "kpopGG.pkl", which is stored in this repository and handled with Git Large File Storage (LFS).
14
 
15
  To use the application, simply press the 'Generate' button to create a new image. You'll be surprised by the variety and realism of the generated faces!
16
 
 
10
 
11
  Welcome to the Kpop Face Generator!
12
 
13
+ This Streamlit application generates images of Kpop idols using a pre-trained GAN. The application is powered by the PyTorch implementation of StyleGAN3 using github.com/PDillis/stylegan3-fun and makes use of a specific model named "kpopGG.pkl", which is stored in this repository and handled with Git Large File Storage (LFS).
14
 
15
  To use the application, simply press the 'Generate' button to create a new image. You'll be surprised by the variety and realism of the generated faces!
16