Removed .mdx extension in two links (#22230)

removed .mdx extension
This commit is contained in:
Maria Khalusova
2023-03-17 10:27:12 -04:00
committed by GitHub
parent f251441387
commit 314cdf7c25
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h
- Demo notebooks for [`DPTForDepthEstimation`] can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/DPT).
- [Semantic segmentation task guide](../tasks/semantic_segmentation)
- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation.mdx)
- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation)
If you're interested in submitting a resource to be included here, please feel free to open a Pull Request and we'll review it! The resource should ideally demonstrate something new instead of duplicating an existing resource.

View File

@@ -45,7 +45,7 @@ This model was contributed by [nielsr](https://huggingface.co/nielsr). The origi
A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with GLPN.
- Demo notebooks for [`GLPNForDepthEstimation`] can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/GLPN).
- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation.mdx)
- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation)
## GLPNConfig