Spaces:
Running
Running
mm commited on
Commit ·
1dd6854
1
Parent(s): fcc4ca0
Pin paddlepaddle to 3.2.2 to fix PIR crash
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ numpy>=1.24
|
|
| 3 |
opencv-python-headless>=4.8
|
| 4 |
python-pptx>=0.6.21
|
| 5 |
paddleocr>=3.0
|
| 6 |
-
paddlepaddle
|
| 7 |
simple-lama-inpainting>=0.1.0
|
| 8 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 9 |
torch>=2.0
|
|
|
|
| 3 |
opencv-python-headless>=4.8
|
| 4 |
python-pptx>=0.6.21
|
| 5 |
paddleocr>=3.0
|
| 6 |
+
paddlepaddle==3.2.2
|
| 7 |
simple-lama-inpainting>=0.1.0
|
| 8 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 9 |
torch>=2.0
|