ANON-STUDIOS-254 commited on
Commit
6eb7a10
·
verified ·
1 Parent(s): 6297cd2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -8,13 +8,12 @@ keras==2.13.1
8
  numpy==1.23.5
9
 
10
  # Any other required libraries
11
- gradio==3.39.0
12
  # or the version you need for your project
13
  pandas==2.0.3
14
- scikit-learn==1.3.1
15
- Pillow
16
- nltk
17
- transformers
18
- torch
19
- huggingface_hub==0.22.2
20
 
 
8
  numpy==1.23.5
9
 
10
  # Any other required libraries
 
11
  # or the version you need for your project
12
  pandas==2.0.3
13
+
14
+
15
+ gradio==3.29.0
16
+ matplotlib==3.7.1
17
+ huggingface-hub==0.22.2
18
+
19