Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio==4.44.1
|
2 |
-
transformers==4.55.2
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
transformers==4.55.2
|
3 |
+
tldextract==5.1.2 # <--- add this line
|
4 |
+
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
+
torch==2.4.0+cpu
|