Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
1 |
+
# Image Generator API
|
2 |
+
|
3 |
+
This is an AI-powered image generator API built with Flask and deployed on Hugging Face Spaces.
|
4 |
+
|
5 |
+
## Usage
|
6 |
+
|
7 |
+
- Send a `POST` request to `/generate/image` with a prompt to generate images.
|
8 |
+
|
9 |
+
## Deployment
|
10 |
+
|
11 |
+
This app runs inside a **Docker container** using **Gunicorn**.
|