chore: update HuggingFace Spaces build script to use correct space name (#2649)

The HuggingFace Spaces build script has been updated to use the correct space name "Langflow/Langflow" instead of "Langflow/Langflow-Preview". This ensures that the correct space is restarted when triggered.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-11 19:56:33 -03:00 committed by GitHub
commit 28fa012fd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,4 +137,4 @@ jobs:
- name: Restart HuggingFace Spaces Build
run: |
poetry run python ./scripts/factory_restart_space.py --space "Langflow/Langflow-Preview" --token ${{ secrets.HUGGINGFACE_API_TOKEN }}
poetry run python ./scripts/factory_restart_space.py --space "Langflow/Langflow" --token ${{ secrets.HUGGINGFACE_API_TOKEN }}