Skip to content

Commit

Permalink
fix links (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jan 25, 2024
1 parent 44ba1ea commit aaf3c62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .ci/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@

NOTEBOOKS_ROOT = Path(__file__).resolve().parents[1]

EXCEPTIONS_URLs = ["medium.com", "https://www.paddlepaddle.org.cn/", "mybinder.org", "https://arxiv.org", "http://host.robots.ox.ac.uk"]
EXCEPTIONS_URLs = [
"medium.com",
"https://www.paddlepaddle.org.cn/",
"mybinder.org",
"https://arxiv.org",
"http://host.robots.ox.ac.uk",
"https://gitee.com/"
]

def get_all_ast_nodes(ast_nodes):
for node in ast_nodes:
Expand Down
2 changes: 0 additions & 2 deletions notebooks/225-stable-diffusion-text-to-image/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Image Generation with Stable Diffusion

[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/224-3D-segmentation-point-clouds/224-3D-segmentation-point-clouds.ipynb)

This notebook demonstrates how to use a **[Stable Diffusion](https://huggingface.co/CompVis/stable-diffusion)** model for image generation with OpenVINO.
It considers two approaches of image generation using an AI method called `diffusion`:

Expand Down
4 changes: 2 additions & 2 deletions notebooks/280-depth-anything/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Depth estimation with DepthAnything and OpenVINO

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath=notebooks%2F281-depth-anythingh%2F281-depth-anything.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/281-depth-anything/281-depth-anything.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openvinotoolkit/openvino_notebooks/HEAD?filepath=notebooks%2F280-depth-anythingh%2F280-depth-anything.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/main/notebooks/280-depth-anything/280-depth-anything.ipynb)

![depth_map.gif](https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/a9a16658-512f-470c-a33c-0e1f9d0ae72c)

Expand Down

0 comments on commit aaf3c62

Please sign in to comment.