File size: 910 Bytes
3efefb3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
title: Goofyai-3d Render Style Xl
emoji: 🦀
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 3.44.4
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Game Icon Generator
This is a Hugging Face Space that uses the 3D render style XL model to generate game icons.
## Requirements
- Python 3.10+
- Gradio 5.14.0
- Hugging Face account and token
## Setup
1. Install requirements: `pip install -r requirements.txt`
2. Set your Hugging Face token as environment variable: `HUGGINGFACE_TOKEN`
3. Run the app: `python app.py`
## Usage
1. Visit the web interface
2. Enter your prompt describing the game icon you want
3. Wait for the generation process
4. Download your generated icon
## Note
This space requires a Hugging Face token for model access. Make sure you have the proper permissions and token set up.
|