Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,6 @@ from frontPrompt import main as main_f
|
|
| 11 |
model_path = "best.pt"
|
| 12 |
model = YOLO(model_path)
|
| 13 |
|
| 14 |
-
os.system("pip install intel_extension_for_pytorch")
|
| 15 |
|
| 16 |
|
| 17 |
def preprocessing(image):
|
|
|
|
| 11 |
model_path = "best.pt"
|
| 12 |
model = YOLO(model_path)
|
| 13 |
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
def preprocessing(image):
|