Spaces:
Sleeping
Sleeping
Commit
Β·
d2729b9
1
Parent(s):
614ca0d
[Update]: Updated requirements.txt for enhanced functionality π
Browse files- Removed: `spaces` dependency as it is no longer needed.
- Added: `huggingface-hub` dependency to support new features and improve model integration.
- Pro Tip of the Commit: Sometimes, less is moreβlet's keep it sleek and efficient! β¨
Aye, Aye! π’
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,4 +7,4 @@ diffusers>=0.25.0
|
|
7 |
transformers>=4.37.0
|
8 |
accelerate>=0.27.0
|
9 |
scipy>=1.11.0
|
10 |
-
|
|
|
7 |
transformers>=4.37.0
|
8 |
accelerate>=0.27.0
|
9 |
scipy>=1.11.0
|
10 |
+
huggingface-hub>=0.25.0
|