Spaces:
Running
Running
Updated Readme.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AI Portrait Generator
|
2 |
|
3 |
-
A Streamlit app that generates high-quality AI portraits using the AWPortraitCN2 model.
|
4 |
|
5 |
## How to Use
|
6 |
1. Enter a text prompt describing the portrait you want to generate
|
@@ -9,4 +20,6 @@ A Streamlit app that generates high-quality AI portraits using the AWPortraitCN2
|
|
9 |
4. Download the generated image
|
10 |
|
11 |
## Model
|
12 |
-
This app uses the [AWPortraitCN2 model](https://huggingface.co/Shakker-Labs/AWPortraitCN2) by Shakker-Labs.
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Portrait Generator
|
3 |
+
emoji: 🖼️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.26.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# AI Portrait Generator
|
13 |
|
14 |
+
A Streamlit app that generates high-quality AI portraits using the AWPortraitCN2 model from Hugging Face.
|
15 |
|
16 |
## How to Use
|
17 |
1. Enter a text prompt describing the portrait you want to generate
|
|
|
20 |
4. Download the generated image
|
21 |
|
22 |
## Model
|
23 |
+
This app uses the [AWPortraitCN2 model](https://huggingface.co/Shakker-Labs/AWPortraitCN2) by Shakker-Labs.
|
24 |
+
|
25 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|