Hussein El-Hadidy
commited on
Commit
·
9cd3820
1
Parent(s):
f14c415
Empty
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ async def process_video(file: UploadFile = File(...)):
|
|
| 189 |
|
| 190 |
print("Model loaded successfully")
|
| 191 |
|
| 192 |
-
# Run YOLO detection
|
| 193 |
try:
|
| 194 |
results = model(
|
| 195 |
source=video_path,
|
|
|
|
| 189 |
|
| 190 |
print("Model loaded successfully")
|
| 191 |
|
| 192 |
+
# Run YOLO detection
|
| 193 |
try:
|
| 194 |
results = model(
|
| 195 |
source=video_path,
|