AdarshJi commited on
Commit
73d277c
·
verified ·
1 Parent(s): 72def59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,10 +1,11 @@
1
- ---
2
- title: Api
3
- emoji: 🌍
4
- colorFrom: green
5
- colorTo: indigo
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
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**.