Harley-ml commited on
Commit
283fc70
·
verified ·
1 Parent(s): 74511f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
57
 
58
  # Load model directly from Hugging Face
59
  model = AutoModel.from_pretrained(
60
- "FromZero/TinyImageGen-0.6M",
61
  trust_remote_code=True
62
  ).to(device)
63
 
 
57
 
58
  # Load model directly from Hugging Face
59
  model = AutoModel.from_pretrained(
60
+ "fromziro/TinyImageGen-0.6M",
61
  trust_remote_code=True
62
  ).to(device)
63