Spaces:
Running
Running
Update requirements.txt (#12)
Browse files- Update requirements.txt (1043e9e24d69152559a37c74d3e03d5b88cc2aba)
- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -27,4 +27,7 @@ pydantic>=2.0.0
|
|
27 |
fsspec>=2023.0.0
|
28 |
filelock>=3.13.0
|
29 |
|
|
|
|
|
|
|
30 |
# Note: This app is hosted on Hugging Face Spaces, so ensure compatibility with their environment.
|
|
|
27 |
fsspec>=2023.0.0
|
28 |
filelock>=3.13.0
|
29 |
|
30 |
+
# Additional dependencies
|
31 |
+
xformers>=0.0.0
|
32 |
+
|
33 |
# Note: This app is hosted on Hugging Face Spaces, so ensure compatibility with their environment.
|