Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
4fee8e5
1
Parent(s):
26666e6
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import gradio as gr
|
|
| 6 |
|
| 7 |
# clone and install Detic
|
| 8 |
os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
|
| 9 |
-
|
| 10 |
|
| 11 |
# Install detectron2
|
| 12 |
import torch
|
|
|
|
| 6 |
|
| 7 |
# clone and install Detic
|
| 8 |
os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
|
| 9 |
+
os.chdir("Detic")
|
| 10 |
|
| 11 |
# Install detectron2
|
| 12 |
import torch
|