Skip to content

Commit 596cf1b

Browse files
committed
fix: image for Deploy To Spaces svg
1 parent ae83686 commit 596cf1b

8 files changed

+10
-10
lines changed

docs/hub/spaces-sdks-docker-giskard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Hugging Face Spaces. This Giskard app is a **self-contained application complete
2727
You can deploy Giskard on Spaces with just a few clicks:
2828

2929
<a href="https://huggingface.co/new-space?template=giskardai%2Fgiskard">
30-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" />
30+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg" />
3131
</a>
3232

3333

docs/hub/spaces-sdks-docker-jupyter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
You can deploy JupyterLab on Spaces with just a few clicks. First, go to [this link](https://huggingface.co/new-space?template=SpacesExamples/jupyterlab) or click the button below:
88

99
<a href="https://huggingface.co/new-space?template=SpacesExamples/jupyterlab">
10-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" />
10+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg" />
1111
</a>
1212

1313
Spaces requires you to define:

docs/hub/spaces-sdks-docker-label-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ production-ready application hosted on Spaces.
2020
You can deploy Label Studio on Spaces with just a few clicks:
2121

2222
<a href="https://huggingface.co/new-space?template=LabelStudio/LabelStudio">
23-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" />
23+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg" />
2424
</a>
2525

2626
Spaces requires you to define:

docs/hub/spaces-sdks-docker-livebook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To learn more about it, watch this [15-minute video](https://www.youtube.com/wat
1515
You can get Livebook up and running in a Space with just a few clicks. Click the button below to start creating a new Space using Livebook's Docker template:
1616

1717
<a href="http://huggingface.co/new-space?template=livebook-dev/livebook" target="_blank">
18-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" alt="">
18+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg" alt="">
1919
</a>
2020

2121
Then:
@@ -32,7 +32,7 @@ This will start building your Space using Livebook's Docker image.
3232
The visibility of the Space must be set to public for the Smart cells feature in Livebook to function properly. However, your Livebook instance will be protected by Livebook authentication.
3333

3434
<Tip>
35-
35+
3636
<a href="https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe" target="_blank">Smart cell</a> is a type of Livebook cell that provides a UI component for accomplishing a specific task. The code for the task is generated automatically based on the user's interactions with the UI, allowing for faster completion of high-level tasks without writing code from scratch.
3737

3838
</Tip>

docs/hub/spaces-sdks-docker-marimo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Key features:
1616
To get started with marimo on Spaces, click the button below:
1717

1818
<a href="http://huggingface.co/new-space?template=marimo-team/marimo-app-template" target="_blank">
19-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" alt="">
19+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg" alt="">
2020
</a>
2121

2222
This will start building your Space using marimo's Docker template. If successful, you should see a similar application to the [marimo introduction notebook](https://huggingface.co/spaces/marimo-team/marimo-app-template).

docs/hub/spaces-sdks-docker-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Visit [Panel documentation](https://panel.holoviz.org/) to learn more about maki
88

99
You can deploy Panel on Spaces with just a few clicks:
1010

11-
<a href="https://huggingface.co/new-space?template=Panel-Org/panel-template"> <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg"/> </a>
11+
<a href="https://huggingface.co/new-space?template=Panel-Org/panel-template"> <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg"/> </a>
1212

1313
There are a few key parameters you need to define: the Owner (either your personal account or an organization), a Space name, and Visibility. In case you intend to execute computationally intensive deep learning models, consider upgrading to a GPU to boost performance.
1414

docs/hub/spaces-sdks-docker-shiny.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Shiny for Python is ideal for Hugging Face applications because it integrates sm
1717
To get started deploying a Space, click this button to select your hardware and specify if you want a public or private Space.
1818
The Space template will populate a few files to get your app started.
1919

20-
<a href="https://huggingface.co/new-space?template=posit/shiny-for-python-template"> <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg"/> </a>
20+
<a href="https://huggingface.co/new-space?template=posit/shiny-for-python-template"> <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg"/> </a>
2121

2222

2323
_app.py_
@@ -43,7 +43,7 @@ To integrate Hugging Face tools into an R app, you can either use [httr2](https:
4343
To deploy an R Shiny Space, click this button and fill out the space metadata.
4444
This will populate the Space with all the files you need to get started.
4545

46-
<a href="https://huggingface.co/new-space?template=posit/shiny-for-r-template"> <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg"/> </a>
46+
<a href="https://huggingface.co/new-space?template=posit/shiny-for-r-template"> <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg"/> </a>
4747

4848

4949
_app.R_

docs/hub/spaces-sdks-docker-zenml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ make it work with whatever your custom tool or workflow is.
3535
You can deploy ZenML on Spaces with just a few clicks:
3636

3737
<a href="https://huggingface.co/new-space?template=zenml/zenml-template-space">
38-
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" />
38+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/deploy-to-spaces-lg.svg" />
3939
</a>
4040

4141
To set up your ZenML app, you need to specify three main components: the Owner

0 commit comments

Comments
 (0)