Spaces:
Sleeping
Sleeping
Image Generation App
This is a simple Python application that uses the Hugging Face API to generate images based on text prompts.
Requirements
- Python 3.x
- Requests library
Setup
Clone the repository:
git clone https://github.com/yourusername/image-generation-app.git cd image-generation-app
Install the required dependencies:
pip install -r requirements.txt
Set your Hugging Face API token in the
app.py
file.
Usage
Run the application:
python app.py