Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
b4a329f
1
Parent(s):
159f437
Update app.py
Browse files
app.py
CHANGED
@@ -7,10 +7,6 @@ import gradio as gr
|
|
7 |
# Install detectron2
|
8 |
import torch
|
9 |
|
10 |
-
# clone and install Detic
|
11 |
-
os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
|
12 |
-
sys.path.append('./Detic')
|
13 |
-
|
14 |
# Some basic setup:
|
15 |
# Setup detectron2 logger
|
16 |
import detectron2
|
|
|
7 |
# Install detectron2
|
8 |
import torch
|
9 |
|
|
|
|
|
|
|
|
|
10 |
# Some basic setup:
|
11 |
# Setup detectron2 logger
|
12 |
import detectron2
|