sanchit-gandhi HF staff commited on
Commit
aef8e3f
1 Parent(s): b93459a

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ inputs = processor(
66
  return_tensors="pt",
67
  )
68
 
69
- audio_values = model.generate(**inputs, do_sample=True, guidance_scale=3, max_new_tokens=256)
70
  ```
71
 
72
  3. Listen to the audio samples either in an ipynb notebook:
 
66
  return_tensors="pt",
67
  )
68
 
69
+ audio_values = model.generate(**inputs, max_new_tokens=256)
70
  ```
71
 
72
  3. Listen to the audio samples either in an ipynb notebook: