Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
|
|
8 |
|
9 |
# Load trained model weights from Hugging Face Hub
|
10 |
weights_path = hf_hub_download(
|
11 |
-
repo_id="
|
12 |
filename="unet_weights_v2.pth" # make sure this file exists in repo
|
13 |
)
|
14 |
|
|
|
8 |
|
9 |
# Load trained model weights from Hugging Face Hub
|
10 |
weights_path = hf_hub_download(
|
11 |
+
repo_id="Vizuara/unet-crack-segmentation", # ensure this matches your repo
|
12 |
filename="unet_weights_v2.pth" # make sure this file exists in repo
|
13 |
)
|
14 |
|