Jason commited on
Commit
b8a2eb3
·
1 Parent(s): 7322da4
Files changed (2) hide show
  1. README.md +2 -0
  2. requirements.txt +0 -1
README.md CHANGED
@@ -22,4 +22,6 @@ kesalahan batch sebelumnya:
22
  1. error tapi ga tau kenapa ketika deploy ke huggingface.co
23
  1. nama file harusnya 'app.py'
24
  2. missing libraries
 
 
25
  3. file not exist.
 
22
  1. error tapi ga tau kenapa ketika deploy ke huggingface.co
23
  1. nama file harusnya 'app.py'
24
  2. missing libraries
25
+ 'PIL' -> 'pillow'
26
+ 'json' -> tidak perlu di requirements.txt
27
  3. file not exist.
requirements.txt CHANGED
@@ -6,5 +6,4 @@ plotly
6
  pillow
7
  numpy
8
  joblib
9
- json
10
  scikit-learn==1.1.3
 
6
  pillow
7
  numpy
8
  joblib
 
9
  scikit-learn==1.1.3