Spaces:
Runtime error
Runtime error
update model id
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import torch
|
|
| 12 |
IMAGE_SIZE = 640
|
| 13 |
|
| 14 |
model_path = hf_hub_download(
|
| 15 |
-
"
|
| 16 |
)
|
| 17 |
|
| 18 |
|
|
|
|
| 12 |
IMAGE_SIZE = 640
|
| 13 |
|
| 14 |
model_path = hf_hub_download(
|
| 15 |
+
"deprem-ml/Binafarktespit-yolo5x-v1-xview", filename="last.pt", revision="main"
|
| 16 |
)
|
| 17 |
|
| 18 |
|