Deepri24 commited on
Commit
240ffd7
·
1 Parent(s): b8adf00

paces setup

Files changed (2) hide show
  1. .github/workflows/main.yml +29 -0
  2. README.md +12 -0
.github/workflows/main.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face Space
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
+ lfs: false
17
+
18
+ - name: Ignore large files
19
+ run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "Rag_Documents/layout-parser-paper.pdf"' HEAD
20
+
21
+ - name: Push to hub
22
+ env:
23
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: git push --force https://Deepri24:[email protected]/spaces/Deepri24/LangGraph_Workflows main
25
+
26
+
27
+
28
+
29
+
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # To run STREAMLIT app with the consolidated workflows
2
  - ``streamlit run app7.py``
3
  - Individual workflow Python files are listed in the following sections.
 
1
+ ---
2
+ title: LanggraphWorkflows
3
+ emoji: 🐨
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: 1.42.0
8
+ app_file: app7.py
9
+ pinned: false
10
+ ---
11
+
12
+
13
  # To run STREAMLIT app with the consolidated workflows
14
  - ``streamlit run app7.py``
15
  - Individual workflow Python files are listed in the following sections.