Spaces:
Paused
Paused
Fix: CPU torch, lazy load, preload models at build
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
streamlit>=1.33
|
| 2 |
-
|
| 3 |
-
numpy>=1.24
|
| 4 |
pillow>=9.5
|
| 5 |
huggingface_hub>=0.23.0
|
|
|
|
| 1 |
+
streamlit>=1.33,<1.45
|
| 2 |
+
numpy>=1.24,<2.3
|
|
|
|
| 3 |
pillow>=9.5
|
| 4 |
huggingface_hub>=0.23.0
|