Spaces:
Running
Running
# Basic Space config (works for Gradio Spaces) | |
sdk: gradio | |
app_file: app.py | |
python_version: "3.10" | |
# If you plan to use SD (text2img/inpaint), set your Space to a GPU in the Space settings UI. | |
# Some orgs use resources via YAML; if available in your org, uncomment: | |
# resources: | |
# accelerators: | |
# - "gpu" | |
env: | |
- key: HF_HUB_ENABLE_HF_TRANSFER | |
value: "1" | |
- key: HF_HUB_DISABLE_TELEMETRY | |
value: "1" |