Jingkang Yang commited on
Commit
80b2e9a
·
1 Parent(s): dbe453e

update: clip

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@
4
  # import torch
5
  # except:
6
  import os
7
- os.system('pip installtorch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')
8
 
9
  try:
10
  import detectron2
 
4
  # import torch
5
  # except:
6
  import os
7
+ os.system('pip install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html')
8
 
9
  try:
10
  import detectron2