rizavelioglu commited on
Commit
bec71cf
1 Parent(s): 146d693

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ from torchvision.models.detection import MaskRCNN_ResNet50_FPN_Weights
24
  from huggingface_hub import hf_hub_download
25
 
26
  path_onnx = hf_hub_download(
27
- repo_id="rizavelioglu/segmentation",
28
  filename="facere_base.onnx", # or "facere_plus.onnx"
29
  )
30
 
 
24
  from huggingface_hub import hf_hub_download
25
 
26
  path_onnx = hf_hub_download(
27
+ repo_id="rizavelioglu/fashionfail",
28
  filename="facere_base.onnx", # or "facere_plus.onnx"
29
  )
30