asahi417 commited on
Commit
b13ab57
1 Parent(s): c855343
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -98,7 +98,8 @@ pipe = pipeline(
98
  device=device,
99
  model_kwargs=model_kwargs,
100
  chunk_length_s=15,
101
- batch_size=16
 
102
  )
103
 
104
  # load sample audio
@@ -139,7 +140,8 @@ pipe = pipeline(
139
  device=device,
140
  model_kwargs=model_kwargs,
141
  chunk_length_s=15,
142
- batch_size=16
 
143
  )
144
 
145
  # load sample audio
 
98
  device=device,
99
  model_kwargs=model_kwargs,
100
  chunk_length_s=15,
101
+ batch_size=16,
102
+ trust_remote_code=True
103
  )
104
 
105
  # load sample audio
 
140
  device=device,
141
  model_kwargs=model_kwargs,
142
  chunk_length_s=15,
143
+ batch_size=16,
144
+ trust_remote_code=True
145
  )
146
 
147
  # load sample audio