20 lines
554 B
Text
20 lines
554 B
Text
# 🤗 HuggingFace Spaces
|
|
|
|
A fully featured version of Langflow can be accessed via HuggingFace spaces with no installation required.
|
|
|
|
import ThemedImage from "@theme/ThemedImage";
|
|
import useBaseUrl from "@docusaurus/useBaseUrl";
|
|
import ZoomableImage from "/src/theme/ZoomableImage.js";
|
|
|
|
{" "}
|
|
|
|
<ZoomableImage
|
|
alt="Docusaurus themed image"
|
|
sources={{
|
|
light: "img/hugging-face.png",
|
|
dark: "img/hugging-face.png",
|
|
}}
|
|
style={{ width: "100%" }}
|
|
/>
|
|
|
|
Check out Langflow on [HuggingFace Spaces](https://huggingface.co/spaces/Logspace/Langflow).
|