abhattac commited on
Commit
6e14659
1 Parent(s): a300d2e

update requirements.txt

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. README.md +1 -0
  3. requirements.txt +17 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ env/
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 3.29.0
8
  app_file: app.py
9
  pinned: false
10
  license: openrail
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: openrail
11
+ python_version: 3.10.6
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi==2023.5.7
2
+ charset-normalizer==3.1.0
3
+ colorama==0.4.6
4
+ filelock==3.12.0
5
+ fsspec==2023.5.0
6
+ huggingface-hub==0.14.1
7
+ idna==3.4
8
+ numpy==1.24.3
9
+ packaging==23.1
10
+ PyYAML==6.0
11
+ regex==2023.5.5
12
+ requests==2.30.0
13
+ tokenizers==0.13.3
14
+ tqdm==4.65.0
15
+ transformers==4.29.1
16
+ typing_extensions==4.5.0
17
+ urllib3==2.0.2