Spaces:
Running
Running
Commit
·
ef1a010
1
Parent(s):
0df5e58
factor redme
Browse files- .github/workflows/sync-to-hub.yml +1 -1
- requirements.txt +1 -1
.github/workflows/sync-to-hub.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://hellorahulk:[email protected]/spaces/hellorahulk/docling_free main
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
docling>=0.1.0
|
2 |
pydantic>=2.0.0
|
3 |
-
python-magic-bin
|
4 |
python-docx>=0.8.11
|
5 |
PyPDF2>=3.0.0
|
6 |
beautifulsoup4>=4.12.0
|
|
|
1 |
docling>=0.1.0
|
2 |
pydantic>=2.0.0
|
3 |
+
python-magic-bin
|
4 |
python-docx>=0.8.11
|
5 |
PyPDF2>=3.0.0
|
6 |
beautifulsoup4>=4.12.0
|