Skip to content

Commit

Permalink
10 more updated links for Huggingface Spaces Gradio demos (pytorch#273)
Browse files Browse the repository at this point in the history
* update silero stt colab link to spaces

* add links for huggingface spaces gradio demos

* 10 more links to HF spaces Gradio Demos
  • Loading branch information
AK391 authored Feb 25, 2022
1 parent 78ccc43 commit 22fe949
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pytorch_vision_alexnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ featured_image_1: alexnet1.png
featured_image_2: alexnet2.png
accelerator: cuda-optional
order: 10
demo-model-link: https://colab.research.google.com/drive/1avee9yGqxf2cSE3AaYctXPilfibhXo3M
demo-model-link: https://huggingface.co/spaces/pytorch/AlexNet
---

```python
Expand Down
2 changes: 1 addition & 1 deletion pytorch_vision_densenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ featured_image_1: densenet1.png
featured_image_2: densenet2.png
accelerator: cuda-optional
order: 10
demo-model-link: https://colab.research.google.com/drive/1zZGSyJUchpeIfMDgyzFTLRQF-uyX9sQN
demo-model-link: https://huggingface.co/spaces/pytorch/Densenet
---

```python
Expand Down
1 change: 1 addition & 0 deletions pytorch_vision_fcn_resnet101.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ featured_image_1: deeplab1.png
featured_image_2: fcn2.png
accelerator: cuda-optional
order: 10
demo-model-link: https://huggingface.co/spaces/pytorch/FCN
---

```python
Expand Down
1 change: 1 addition & 0 deletions pytorch_vision_ghostnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ featured_image_1: ghostnet.png
featured_image_2: no-image
accelerator: cuda-optional
order: 10
demo-model-link: https://huggingface.co/spaces/pytorch/GhostNet
---

```python
Expand Down
1 change: 1 addition & 0 deletions pytorch_vision_hardnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ featured_image_1: hardnet.png
featured_image_2: hardnet_blk.png
accelerator: cuda-optional
order: 10
demo-model-link: https://huggingface.co/spaces/pytorch/HardNet
---

```python
Expand Down
1 change: 1 addition & 0 deletions pytorch_vision_ibnnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ featured_image_1: ibnnet.png
featured_image_2: no-image
accelerator: cuda-optional
order: 10
demo-model-link: https://huggingface.co/spaces/pytorch/IBN-Net
---

```python
Expand Down
2 changes: 1 addition & 1 deletion pytorch_vision_inception_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ featured_image_1: inception_v3.png
featured_image_2: no-image
accelerator: cuda-optional
order: 10
demo-model-link: https://colab.research.google.com/drive/1KPpTEcUa6KECkNfq1pYbBK8xBaMt1Eek
demo-model-link: https://huggingface.co/spaces/pytorch/Inception_v3
---

```python
Expand Down
2 changes: 1 addition & 1 deletion pytorch_vision_mobilenet_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ featured_image_1: mobilenet_v2_1.png
featured_image_2: mobilenet_v2_2.png
accelerator: cuda-optional
order: 10
demo-model-link: https://colab.research.google.com/drive/1zjsamXNjQBsbvuR0y5-dDZgTO8XXun4A
demo-model-link: https://huggingface.co/spaces/pytorch/MobileNet_v2
---

```python
Expand Down
1 change: 1 addition & 0 deletions pytorch_vision_proxylessnas.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ featured_image_1: proxylessnas.png
featured_image_2: no-image
accelerator: cuda-optional
order: 10
demo-model-link: https://huggingface.co/spaces/pytorch/ProxylessNAS
---

```python
Expand Down
1 change: 1 addition & 0 deletions pytorch_vision_resnest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ featured_image_1: resnest.jpg
featured_image_2: no-image
accelerator: cuda-optional
order: 10
demo-model-link: https://huggingface.co/spaces/pytorch/ResNeSt
---

```python
Expand Down

0 comments on commit 22fe949

Please sign in to comment.