Spaces:
Runtime error
Runtime error
amoooooo
commited on
Commit
·
391c2ed
1
Parent(s):
1fdeadd
Bug Fixes
Browse files
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
|