Spaces:
Sleeping
Sleeping
Add safetensors to requirements.txt (#3)
Browse files- Add safetensors to requirements.txt (7f7f418296c54453a62e363fe13472ccf5b5257d)
Co-authored-by: hysts <[email protected]>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ pillow
|
|
6 |
numpy
|
7 |
typing
|
8 |
gitpython
|
9 |
-
huggingface_hub
|
|
|
|
6 |
numpy
|
7 |
typing
|
8 |
gitpython
|
9 |
+
huggingface_hub
|
10 |
+
safetensors
|