Pendrokar commited on
Commit
42903e3
1 Parent(s): c6b48bd

stick with these dependencies

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. requirements.txt +7 -7
README.md CHANGED
@@ -4,7 +4,9 @@ emoji: 🎭
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
 
7
  suggested_hardware: cpu-basic
 
8
  models:
9
  - Uberduck/torchmoji
10
  app_file: app.py
 
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.16.0
8
  suggested_hardware: cpu-basic
9
+ python_version: 3.10
10
  models:
11
  - Uberduck/torchmoji
12
  app_file: app.py
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- emoji
2
- numpy
3
- torch
4
- scipy
5
- scikit-learn
6
- text-unidecode
7
- nose
 
1
+ emoji==2.10.1
2
+ numpy==1.0
3
+ torch==2.2.0
4
+ scipy==1.12.0
5
+ scikit-learn==1.4.0
6
+ text-unidecode==1.3
7
+ nose==1.3.7