Spaces:
Sleeping
Sleeping
Agrego modelo YOLOv8n local
Browse files- app/main.py +1 -1
- app/models/yolov8n.pt +3 -0
app/main.py
CHANGED
|
@@ -49,7 +49,7 @@ class UserInDB(User):
|
|
| 49 |
oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")
|
| 50 |
|
| 51 |
app = FastAPI()
|
| 52 |
-
model = YOLO("yolov8n.pt")
|
| 53 |
|
| 54 |
def verify_password(plain_password, hashed_password):
|
| 55 |
return pwd_context.verify(plain_password, hashed_password)
|
|
|
|
| 49 |
oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")
|
| 50 |
|
| 51 |
app = FastAPI()
|
| 52 |
+
model = YOLO("app/models/yolov8n.pt")
|
| 53 |
|
| 54 |
def verify_password(plain_password, hashed_password):
|
| 55 |
return pwd_context.verify(plain_password, hashed_password)
|
app/models/yolov8n.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f59b3d833e2ff32e194b5bb8e08d211dc7c5bdf144b90d2c8412c47ccfc83b36
|
| 3 |
+
size 6549796
|