From b916ef0ebc8482e10fe6efecefe53489d34022bc Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 28 May 2024 11:12:11 -0400 Subject: [PATCH] remove-hf-space-page --- .../getting-started/huggingface-spaces.mdx | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 docs/docs/getting-started/huggingface-spaces.mdx diff --git a/docs/docs/getting-started/huggingface-spaces.mdx b/docs/docs/getting-started/huggingface-spaces.mdx deleted file mode 100644 index 2c9968617..000000000 --- a/docs/docs/getting-started/huggingface-spaces.mdx +++ /dev/null @@ -1,24 +0,0 @@ -import ThemedImage from "@theme/ThemedImage"; -import useBaseUrl from "@docusaurus/useBaseUrl"; -import ZoomableImage from "/src/theme/ZoomableImage.js"; -import Admonition from "@theme/Admonition"; - -# 🤗 HuggingFace Spaces - -HuggingFace provides a great alternative for running Langflow in their Spaces environment. This means you can run Langflow without any local installation required. - -In a Chromium-based browser, go to the [Langflow Space](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true) or [Langflow v1.0 alpha Preview Space](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true). - -You'll be presented with the following screen: - - - -Name your Space, define the visibility (Public or Private), and click on **Duplicate Space** to start the installation process. When installation is finished, you'll be redirected to the Space's main page to start using Langflow right away! -