--- 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.