gatilin commited on
Commit
97e7a94
·
1 Parent(s): 60430de

Update app.py

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 git+https://github.com/IDEA-Research/detrex.git
6
  os.system("git submodule sync")
7
  os.system("git submodule update --init")
8
  os.system("pip install fairscale")
 
9
  # os.system("cd detrex && pip install -e .")
10
 
11
 
 
6
  os.system("git submodule sync")
7
  os.system("git submodule update --init")
8
  os.system("pip install fairscale")
9
+ os.system("pip install Pillow==9.5.0")
10
  # os.system("cd detrex && pip install -e .")
11
 
12