--- title: Brand Tune emoji: 🎷🐛 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 3.32.0 app_file: app.py pinned: false license: mit python_version: "3.9" --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ## Running locally Run the following from the terminal: ```sh poetry install poetry run gradio app.py ```