amoooooo commited on
Commit
391c2ed
·
1 Parent(s): 1fdeadd
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import subprocess
5
 
6
  # Install necessary packages
7
  os.system("pip install gradio==2.4.6")
 
8
  os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
9
 
10
  # Clone the repository
 
5
 
6
  # Install necessary packages
7
  os.system("pip install gradio==2.4.6")
8
+ os.system("pip install torch")
9
  os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
10
 
11
  # Clone the repository