Tzktz commited on
Commit
affe1d1
1 Parent(s): 0adaacf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  os.system('git clone https://github.com/facebookresearch/detectron2.git')
3
  os.system('pip install -e detectron2')
4
- import Sys
5
  sys.path.append("detectron2")
6
  from unilm.dit.object_detection.ditod import add_vit_config
7
  import torch
 
1
  import os
2
  os.system('git clone https://github.com/facebookresearch/detectron2.git')
3
  os.system('pip install -e detectron2')
4
+ import sys
5
  sys.path.append("detectron2")
6
  from unilm.dit.object_detection.ditod import add_vit_config
7
  import torch