--- title: Ditto emoji: 🐢 colorFrom: yellow colorTo: yellow sdk: gradio sdk_version: 5.17.1 app_file: app.py pinned: false license: mit short_description: Image to 3D object generator --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # Setup ``` uv pip compile requirements.txt -o requirements-uv.txt --index-strategy unsafe-best-match --no-build-isolation -p 3.10 pip install -r requirements.txt python setup.py install ```