mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 20:20:08 +08:00
* fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg * initial-content * cut-1.8-release-and-include-next-version * stage-1.8.0-and-next --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com>
18 lines
665 B
Plaintext
18 lines
665 B
Plaintext
---
|
|
title: Deploy Langflow on Hugging Face Spaces
|
|
slug: /deployment-hugging-face-spaces
|
|
---
|
|
|
|
This guide explains how to deploy Langflow on [Hugging Face Spaces](https://huggingface.co/spaces/).
|
|
|
|
1. Go to the [Langflow Space](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true).
|
|
2. Click **Duplicate Space**.
|
|
3. Configure the duplicated Space:
|
|
|
|
1. Enter a name for your Space.
|
|
2. Select either public or private visibility.
|
|
3. Click **Duplicate Space**.
|
|
|
|

|
|
|
|
When setup is complete, you're redirected to your new Space automatically, and your Langflow instance is ready to use. |