Fanu2 commited on
Commit
08c0fd8
·
verified ·
1 Parent(s): eb99d87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
- title: HeartGAN
3
- emoji: 📚
4
- colorFrom: gray
5
- colorTo: red
6
- sdk: static
 
 
7
  pinned: false
8
- short_description: GAN-Generative Adversarial Network
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
2
+ title: PaddleGAN Image Editor
3
+ emoji: 🎨
4
+ colorFrom: purple
5
+ colorTo: pink
6
+ sdk: streamlit
7
+ sdk_version: 1.32.0
8
+ app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # 🎨 PaddleGAN Image Editor
13
+
14
+ A Streamlit app for running PaddleGAN tasks like `Photo2Cartoon` and `GPEN Face Enhancement`. Upload an image, choose a task, and transform it with GAN magic — deployable on Hugging Face Spaces.
15
+