Princeaka commited on
Commit
4cd7f24
·
verified ·
1 Parent(s): dfa7aaa

Update huggingface.yml

Browse files
Files changed (1) hide show
  1. huggingface.yml +3 -14
huggingface.yml CHANGED
@@ -1,14 +1,3 @@
1
- # Basic Space config (works for Gradio Spaces)
2
- sdk: gradio
3
- app_file: app.py
4
- python_version: "3.10"
5
- # If you plan to use SD (text2img/inpaint), set your Space to a GPU in the Space settings UI.
6
- # Some orgs use resources via YAML; if available in your org, uncomment:
7
- # resources:
8
- # accelerators:
9
- # - "gpu"
10
- env:
11
- - key: HF_HUB_ENABLE_HF_TRANSFER
12
- value: "1"
13
- - key: HF_HUB_DISABLE_TELEMETRY
14
- value: "1"
 
1
+ # huggingface.yml
2
+ # Tell Spaces to use Docker build
3
+ image: docker