DreamStream-1 commited on
Commit
1aa6cf0
·
verified ·
1 Parent(s): 63989db

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -14
requirements.txt CHANGED
@@ -1,20 +1,15 @@
 
1
  nltk==3.8.1
2
  numpy==1.23.5
3
  tflearn==0.5.0
4
- tensorflow==2.9.1
5
- gradio==3.23.0
6
- Pillow==8.4.0 # Compatible with Image.ANTIALIAS
7
- streamlit
8
- requests
9
- beautifulsoup4
10
- pandas
11
- selenium
12
- chromedriver-autoinstaller
13
- torch
14
- transformers
15
- geocoder
16
- tensorflow-cpu
17
- googlemaps==4.8.2
18
  geocoder==1.38.1
 
 
 
 
19
 
20
 
 
1
+ gradio==3.30.1
2
  nltk==3.8.1
3
  numpy==1.23.5
4
  tflearn==0.5.0
5
+ torch==2.1.0
6
+ transformers==4.30.2
7
+ requests==2.28.2
8
+ googlemaps==4.11.2
 
 
 
 
 
 
 
 
 
 
9
  geocoder==1.38.1
10
+ pandas==1.5.3
11
+ beautifulsoup4==4.11.2
12
+ selenium==4.9.1
13
+ chromedriver-autoinstaller==0.4.0
14
 
15