Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Image Generator API
|
2 |
|
3 |
This is an AI-powered image generator API built with Flask and deployed on Hugging Face Spaces.
|
@@ -9,3 +21,4 @@ This is an AI-powered image generator API built with Flask and deployed on Huggi
|
|
9 |
## Deployment
|
10 |
|
11 |
This app runs inside a **Docker container** using **Gunicorn**.
|
|
|
|
1 |
+
---
|
2 |
+
title: Api
|
3 |
+
emoji: 🌍
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
10 |
+
|
11 |
+
|
12 |
+
---
|
13 |
# Image Generator API
|
14 |
|
15 |
This is an AI-powered image generator API built with Flask and deployed on Hugging Face Spaces.
|
|
|
21 |
## Deployment
|
22 |
|
23 |
This app runs inside a **Docker container** using **Gunicorn**.
|
24 |
+
---
|