Poe255M commited on
Commit
f68eb5f
·
verified ·
1 Parent(s): 6531e09

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -13
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- torch
2
- transformers
3
- datasets
4
- gradio
5
- easyocr
6
- beautifulsoup4
7
- requests
8
- python-whois
9
- google-api-python-client
10
- exifread
11
- matplotlib
12
- scikit-learn
13
- pillow
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.2.1+cpu
3
+ transformers
4
+ datasets
5
+ gradio
6
+ beautifulsoup4
7
+ requests
8
+ python-whois
9
+ feedparser
10
+ sentence-transformers
11
+ numpy
12
+ Pillow