Vizuara commited on
Commit
38f28fc
·
verified ·
1 Parent(s): 31a797c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="VizuaraAI/unet-crack-segmentation", # ensure this matches your repo
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