Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|