Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- contract.pdf +0 -0
- requirements.txt +2 -2
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
contract.pdf filter=lfs diff=lfs merge=lfs -text
|
contract.pdf
CHANGED
|
Binary files a/contract.pdf and b/contract.pdf differ
|
|
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
| 2 |
-
https://gradio-pypi-previews.s3.amazonaws.com/
|
| 3 |
gradio_pdf==0.0.7
|
|
|
|
| 1 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@2cf449abb38815bb3414ac9bee1535f5f0f834ae#subdirectory=client/python
|
| 2 |
+
https://gradio-pypi-previews.s3.amazonaws.com/2cf449abb38815bb3414ac9bee1535f5f0f834ae/gradio-5.14.0-py3-none-any.whl
|
| 3 |
gradio_pdf==0.0.7
|