AshanGimhana commited on
Commit
5e64ef2
·
verified ·
1 Parent(s): 10f3250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ os.system("pip install gradio==3.50")
5
  os.system("pip install dlib==19.24.2")
6
  os.system("pip install scikit-learn")
7
  os.system("pip install scikit-image")
 
8
 
9
 
10
  #############################################
 
5
  os.system("pip install dlib==19.24.2")
6
  os.system("pip install scikit-learn")
7
  os.system("pip install scikit-image")
8
+ os.system("pip install tensorflow==2.11.0")
9
 
10
 
11
  #############################################