Morelli001 commited on
Commit
28997be
·
verified ·
1 Parent(s): 5134884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ from transformers import AutoModel, AutoImageProcessor
33
  from PIL import Image
34
 
35
  # 1. Load model and processor
36
- repo_id = "Morelli001/US_UNet2DFiLM"
37
 
38
  processor = AutoImageProcessor.from_pretrained(repo_id, trust_remote_code=True)
39
  model = AutoModel.from_pretrained(repo_id, trust_remote_code=True)
@@ -115,7 +115,7 @@ This version has a U-Net depth of 4.
115
  from transformers import AutoModel
116
 
117
  model_4_stages = AutoModel.from_pretrained(
118
- "Morelli001/US_UNet2DFiLM",
119
  subfolder="unet_4_stages",
120
  trust_remote_code=True
121
  )
 
33
  from PIL import Image
34
 
35
  # 1. Load model and processor
36
+ repo_id = "AImageLab-Zip/US_FiLMUNet"
37
 
38
  processor = AutoImageProcessor.from_pretrained(repo_id, trust_remote_code=True)
39
  model = AutoModel.from_pretrained(repo_id, trust_remote_code=True)
 
115
  from transformers import AutoModel
116
 
117
  model_4_stages = AutoModel.from_pretrained(
118
+ "AImageLab-Zip/US_FiLMUNet",
119
  subfolder="unet_4_stages",
120
  trust_remote_code=True
121
  )