Spaces:
Running
on
Zero
Running
on
Zero
title: Imagecraft | |
emoji: 🏢 | |
colorFrom: gray | |
colorTo: yellow | |
sdk: gradio | |
sdk_version: 4.44.1 | |
app_file: app.py | |
pinned: false | |
short_description: Image to speech | |
license: cc-by-nc-sa-4.0 | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
```bash | |
conda create -n imagecraft_gradio python=3.10.13 | |
pip install -r requirements.txt | |
``` | |