diff --git a/docs/_source/_static/images/installation/huggingface-spaces/hf-no-persistent-storage.PNG b/docs/_source/_static/images/installation/huggingface-spaces/hf-no-persistent-storage.PNG new file mode 100644 index 0000000000..d5b3ceb513 Binary files /dev/null and b/docs/_source/_static/images/installation/huggingface-spaces/hf-no-persistent-storage.PNG differ diff --git a/docs/_source/_static/images/installation/huggingface-spaces/persistent-storage.PNG b/docs/_source/_static/images/installation/huggingface-spaces/persistent-storage.PNG new file mode 100644 index 0000000000..f72c4923a0 Binary files /dev/null and b/docs/_source/_static/images/installation/huggingface-spaces/persistent-storage.PNG differ diff --git a/docs/_source/getting_started/installation/deployments/huggingface-spaces.md b/docs/_source/getting_started/installation/deployments/huggingface-spaces.md index 92f9358375..1c0abb9ab2 100644 --- a/docs/_source/getting_started/installation/deployments/huggingface-spaces.md +++ b/docs/_source/getting_started/installation/deployments/huggingface-spaces.md @@ -3,7 +3,7 @@ Argilla nicely integrates with the Hugging Face stack (`datasets`, `transformers`, `hub`, and `setfit`), and now it can also be deployed using the Hub's Spaces. ```{warning} -HuggingFace Spaces now have persistent storage and this is supported from Argilla 1.11.0 onwards, but you will need to manually activate it via the HuggingFace Spaces settings. Otherwise, unless you're on a paid space upgrade, after 48 hours of inactivity the space will be shut off and you will lose all the data. To avoid losing data, we highly recommend using the persistent storage layer offered by HuggingFace. +Hugging Face Spaces now have persistent storage and this is supported from Argilla 1.11.0 onwards, but you will need to manually activate it via the Hugging Face Spaces settings. Otherwise, unless you're on a paid space upgrade, after 48 hours of inactivity the space will be shut off and you will lose all the data. To avoid losing data, we highly recommend using the persistent storage layer offered by Hugging Face. For more info check the ["Setting up persistent storage"](#setting-up-persistent-storage) section. ``` In this guide, you'll learn to deploy your own Argilla app and use it for data labeling workflows right from the Hub. @@ -22,9 +22,7 @@ You can deploy Argilla on Spaces with just a few clicks: You need to define the **Owner** (your personal account or an organization), a **Space name**, and the **Visibility** (`Public` or `Private`, in which case you will need to [set a `HF_TOKEN`](https://huggingface.co/settings/tokens)). If you plan to use the Space frequently or handle large datasets for data labeling and feedback collection, upgrading the hardware with a more powerful CPU and increased RAM can enhance performance. -