rossellison commited on
Commit
689d7e7
1 Parent(s): 4e1bf09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,12 +1,19 @@
1
  ---
2
  title: Kpop Face Generator
3
- emoji: 🏢
4
- colorFrom: blue
5
- colorTo: gray
6
  sdk: streamlit
7
- sdk_version: 1.21.0
 
8
  app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Kpop Face Generator
 
 
 
3
  sdk: streamlit
4
+ python_version: 3.9.17
5
+ sdk_version: 1.25.0
6
  app_file: app.py
 
7
  ---
8
 
9
+ # Kpop Face Generator
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
+
17
+ Feel free to explore the application, share it with others, and even use it as a starting point for your own creative projects.
18
+
19
+ Enjoy!