Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ from ultralytics import YOLO
|
|
8 |
from backPrompt import main as main_b
|
9 |
from frontPrompt import main as main_f
|
10 |
|
11 |
-
os.environ["CUDA_VISIBLE_DEVICES"] = ""
|
12 |
model_path = "best.pt"
|
13 |
model = YOLO(model_path)
|
14 |
|
|
|
8 |
from backPrompt import main as main_b
|
9 |
from frontPrompt import main as main_f
|
10 |
|
|
|
11 |
model_path = "best.pt"
|
12 |
model = YOLO(model_path)
|
13 |
|