hackerbyhobby commited on
Commit
635f9ec
·
unverified ·
1 Parent(s): 1b015a9

updated requirements

Browse files
Files changed (2) hide show
  1. requirements.old +12 -0
  2. requirements.txt +5 -10
requirements.old ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.34.0
2
+ transformers==4.28.1
3
+ torch==2.0.1
4
+ sentencepiece==0.1.99
5
+ pytesseract==0.3.10
6
+ Pillow==9.5.0
7
+ numpy==1.23.5
8
+ langdetect
9
+ googletrans==4.0.0-rc1
10
+ langdetect==1.0.9 # Language detection library
11
+ deep-translator==1.10.1 # Replaced googletrans for robust translation
12
+ httpcore==0.15.0 # Ensure compatibility with transformers (optional fix for dependency conflicts)
requirements.txt CHANGED
@@ -1,12 +1,7 @@
1
- gradio==3.34.0
2
- transformers==4.28.1
3
  torch==2.0.1
4
- sentencepiece==0.1.99
5
  pytesseract==0.3.10
6
- Pillow==9.5.0
7
- numpy==1.23.5
8
- langdetect
9
- googletrans==4.0.0-rc1
10
- langdetect==1.0.9 # Language detection library
11
- deep-translator==1.10.1 # Replaced googletrans for robust translation
12
- httpcore==0.15.0 # Ensure compatibility with transformers (optional fix for dependency conflicts)
 
1
+ gradio==3.36.0
2
+ transformers==4.35.0
3
  torch==2.0.1
4
+ pillow==9.5.0
5
  pytesseract==0.3.10
6
+ langdetect==1.0.9
7
+ deep-translator==1.10.1