diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml
index 611d832f0..5df300fe8 100644
--- a/docs/hub/_toctree.yml
+++ b/docs/hub/_toctree.yml
@@ -292,7 +292,7 @@
- local: spaces-embed
title: Embed your Space
- local: spaces-run-with-docker
- title: Run Spaces with Docker
+ title: Run Spaces locally
- local: spaces-config-reference
title: Spaces Configuration Reference
- local: spaces-oauth
diff --git a/docs/hub/index.md b/docs/hub/index.md
index 3076b626d..16a98dd52 100644
--- a/docs/hub/index.md
+++ b/docs/hub/index.md
@@ -59,7 +59,7 @@ The Hugging Face Hub is a platform with over 900k models, 200k datasets, and 300
Static HTML Spaces
Docker Spaces
Embed your Space
-Run with Docker
+Run locally
Reference
Changelog
Advanced Topics
diff --git a/docs/hub/model-cards-components.md b/docs/hub/model-cards-components.md
index 787c6096f..ec8f003ea 100644
--- a/docs/hub/model-cards-components.md
+++ b/docs/hub/model-cards-components.md
@@ -36,9 +36,11 @@ TintinIA is fine-tuned version of Stable-Diffusion-xl trained on 125 comics pane
```
-
+
+
+See result [here](https://huggingface.co/alvdansen/littletinies#little-tinies).
> Hint: Support of Card Components through the GUI editor coming soon...
diff --git a/docs/hub/spaces-run-with-docker.md b/docs/hub/spaces-run-with-docker.md
index b4674f20a..3b39d4868 100644
--- a/docs/hub/spaces-run-with-docker.md
+++ b/docs/hub/spaces-run-with-docker.md
@@ -1,14 +1,16 @@
-# Run with Docker
+# Run Spaces locally
-You can use Docker to run most Spaces locally.
-To view instructions to download and run Spaces' Docker images, click on the "Run with Docker" button on the top-right corner of your Space page:
+You can run most Spaces locally.
+To view instructions to download and run Spaces locally, click on the "Run locally" button on the top-right corner of your Space page:
-## Login to the Docker registry
+You can choose to run the Space using Docker or by cloning the repository with Git, and then follow the provided instructions.
+
+## Run locally via Docker
Some Spaces will require you to login to Hugging Face's Docker registry. To do so, you'll need to provide:
- Your Hugging Face username as `username`
diff --git a/docs/hub/spaces.md b/docs/hub/spaces.md
index cd429d569..3ebbc83b2 100644
--- a/docs/hub/spaces.md
+++ b/docs/hub/spaces.md
@@ -25,7 +25,7 @@ You'll also be able to upgrade your Space to run [on a GPU or other accelerated
- [Static HTML Spaces](./spaces-sdks-static)
- [Custom Python Spaces](./spaces-sdks-python)
- [Embed your Space](./spaces-embed)
-- [Run your Space with Docker](./spaces-run-with-docker)
+- [Run your Space locally](./spaces-run-with-docker)
- [Reference](./spaces-config-reference)
- [Changelog](./spaces-changelog)