allencbzhang commited on
Commit
374f0ef
·
verified ·
1 Parent(s): f79cf87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import sys
6
  import subprocess
7
  import shlex
8
  import torch
9
-
10
  os.system("pip install git+https://github.com/facebookresearch/detectron2.git")
11
  os.system("git clone https://github.com/Visual-AI/Mr.DETR.git MrDETR && cd MrDETR && rm -f requirements.txt && cd ..")
12
  subprocess.run(
 
6
  import subprocess
7
  import shlex
8
  import torch
9
+ #
10
  os.system("pip install git+https://github.com/facebookresearch/detectron2.git")
11
  os.system("git clone https://github.com/Visual-AI/Mr.DETR.git MrDETR && cd MrDETR && rm -f requirements.txt && cd ..")
12
  subprocess.run(