ai-assist-sh commited on
Commit
546fc56
·
verified ·
1 Parent(s): 85540cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- gradio==4.44.1
2
- transformers==4.55.2
3
-
4
- --extra-index-url https://download.pytorch.org/whl/cpu
5
- torch==2.4.0+cpu
 
 
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