PaulT commited on
Commit
8f7a55e
·
verified ·
1 Parent(s): 64f1eb5

Update README.md

Browse files

changed the HG repo it was pulling a non existent model repo

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,8 +28,8 @@ from mlx_audio.sts import SAMAudio, SAMAudioProcessor, save_audio
28
  import mlx.core as mx
29
 
30
  # Load model and processor
31
- processor = SAMAudioProcessor.from_pretrained("facebook/sam-audio-small-fp16")
32
- model = SAMAudio.from_pretrained("facebook/sam-audio-small-fp16")
33
 
34
  # Process inputs
35
  batch = processor(
 
28
  import mlx.core as mx
29
 
30
  # Load model and processor
31
+ processor = SAMAudioProcessor.from_pretrained("mlx-community/sam-audio-small-fp16")
32
+ model = SAMAudio.from_pretrained("mlx-community/sam-audio-small-fp16")
33
 
34
  # Process inputs
35
  batch = processor(