IAimage / README.md
onnew's picture
Update README.md
27ed9bf verified
|
raw
history blame
548 Bytes

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

  1. Clone the repository:

    git clone https://github.com/yourusername/image-generation-app.git
    cd image-generation-app
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Set your Hugging Face API token in the app.py file.

Usage

Run the application:

python app.py