Skip to content

Commit 7d11ffc

Browse files
authored
Fix duplicate warning in spaces config reference (#1887)
Removed duplicate warning about file caching location.
1 parent 90481c8 commit 7d11ffc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/hub/spaces-config-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,7 @@ preload_from_hub:
137137
In this example, the Space will preload specific .safetensors files from `warp-ai/wuerstchen-prior`, the complete `coqui/XTTS-v1` repository, and a specific revision of the `config.json` file in the `openai-community/gpt2` repository from the Hugging Face Hub during build time.
138138

139139
<Tip warning={true}>
140-
Files are saved in the default `huggingface_hub` disk cache `~/.cache/huggingface/hub`. If you application expects them elsewhere or you changed your `HF_HOME` variable, this pre-loading does not follow that at this time.
140+
141+
Files are saved in the default `huggingface_hub` disk cache `~/.cache/huggingface/hub`. If you application expects them elsewhere or you changed your `HF_HOME` variable, this pre-loading does not follow that at this time.
142+
141143
</Tip>

0 commit comments

Comments
 (0)