Charles Kabui commited on
Commit
9df45a8
·
1 Parent(s): 05dbbf3

scikit-learn==1.3.2

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ os.system("python -m pip install layoutparser==0.3.4 layoutparser[layoutmodels]
6
  os.system("python -m pip install Pillow==9.5.0")
7
  os.system("python -m pip install imagehash==4.3.1")
8
  os.system("python -m pip install tensorflow==2.15.0 tensorflow-estimator==2.15.0")
 
9
 
10
  from main import app
11
 
 
6
  os.system("python -m pip install Pillow==9.5.0")
7
  os.system("python -m pip install imagehash==4.3.1")
8
  os.system("python -m pip install tensorflow==2.15.0 tensorflow-estimator==2.15.0")
9
+ os.system("python -m pip install scikit-learn==1.3.2")
10
 
11
  from main import app
12