Skip to content

Commit 88f8a4c

Browse files
authored
Merge pull request #935 from NicolasHug/patch-1
2 parents a3828a6 + a4755e6 commit 88f8a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/hub_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>
3232
<a href="https://colab.research.google.com/github/pytorch/pytorch.github.io/blob/master/{{ page.path | replace: "_hub", "assets/hub" | replace: ".md", ".ipynb" }}"><button class="btn btn-lg with-right-white-arrow detail-colab-link">Open on Google Colab</button></a>
3333
{% if page.demo-model-link %}
3434
{% if page.demo-model-button-text == blank or page.demo-model-button-text == nil %}
35-
<a href="{{ page.demo-model-link }}"><button class="btn btn-lg with-right-white-arrow detail-web-demo-link">Demo Model Output</button></a>
35+
<a href="{{ page.demo-model-link }}"><button class="btn btn-lg with-right-white-arrow detail-web-demo-link">Open Model Demo</button></a>
3636
{% else %}
3737
<a href="{{ page.demo-model-link }}"><button class="btn btn-lg with-right-white-arrow detail-web-demo-link">{{ page.demo-model-button-text }}</button></a>
3838
{% endif %}

0 commit comments

Comments
 (0)