hylee commited on
Commit
2c549e3
β€’
1 Parent(s): 908374e
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +5 -5
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  title: Photo2cartoon
3
  emoji: πŸ‘
4
  colorFrom: gray
 
1
  ---
2
+ python_version: 3.7
3
  title: Photo2cartoon
4
  emoji: πŸ‘
5
  colorFrom: gray
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- opencv-python-headless
2
- Pillow
3
- scipy
4
- tensorflow==2.2.0
5
- scikit-image
6
  onnxruntime
7
  face-alignment
8
  dlib
 
1
+ opencv-python-headless==4.5.5.62
2
+ Pillow==9.0.1
3
+ scipy==1.7.3
4
+ tensorflow-gpu==1.14.0
5
+ scikit-image==0.14.5
6
  onnxruntime
7
  face-alignment
8
  dlib