File size: 485 Bytes
612a652
 
 
 
 
 
 
 
 
 
 
 
73d277c
 
 
 
 
 
 
 
 
 
 
612a652
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Api
emoji: 🌍
colorFrom: green
colorTo: indigo
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


---
# Image Generator API

This is an AI-powered image generator API built with Flask and deployed on Hugging Face Spaces.

## Usage

- Send a `POST` request to `/generate/image` with a prompt to generate images.

## Deployment

This app runs inside a **Docker container** using **Gunicorn**.
---