chendl commited on
Commit
3280d5f
1 Parent(s): d42bf88

update cap

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import os
2
  import sys
3
  from pathlib import Path
4
- # os.system("cd transformers && pip install .")
5
- os.system("cd multimodal && pip install -e .")
6
  os.system("cd multimodal/YOLOX && pip install .")
7
  import numpy as np
8
  import torch
 
1
  import os
2
  import sys
3
  from pathlib import Path
4
+ os.system("python -m pip install --upgrade pip")
5
+ os.system("cd multimodal && pip install .")
6
  os.system("cd multimodal/YOLOX && pip install .")
7
  import numpy as np
8
  import torch