Charles Kabui commited on
Commit
5ca4eb6
·
1 Parent(s): bd242c1

apt install -y poppler-utils

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("apt-get install poppler-utils")
3
  os.system("python -m pip install --upgrade pip")
4
  os.system("python -m pip install torch==2.1.0")
5
  os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@898507047cf441a1e4be7a729270961c401c4354'")
 
1
  import os
2
+ os.system("apt install -y poppler-utils")
3
  os.system("python -m pip install --upgrade pip")
4
  os.system("python -m pip install torch==2.1.0")
5
  os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@898507047cf441a1e4be7a729270961c401c4354'")