18 lines
No EOL
575 B
Text
18 lines
No EOL
575 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';
|
|
|
|
<div style={{ marginBottom: '20px', display: 'flex', justifyContent: 'center' }}>
|
|
<ZoomableImage
|
|
alt="Docusaurus themed image"
|
|
sources={{
|
|
light: 'img/hugging-face.png',
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
Check out LangFlow on [HuggingFace Spaces](https://huggingface.co/spaces/Logspace/LangFlow). |