MidFord327 commited on
Commit
cfd3fea
·
verified ·
1 Parent(s): 506bfcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ It builds upon the following models:
39
 
40
  ### 🟦 Inputs
41
  - **source** | type: `float32` | shape: [batch_size, sequence_length]
42
- - *Waveform PCM 32 - SR 16,000*
43
  - **padding_mask** | type: `bool` | shape: [batch_size, sequence_length]
44
  - It is usually a completely false array, with the same shape as the waveform. `padding_mask = np.zeros(waveform.shape, dtype=np.bool_)`
45
 
 
39
 
40
  ### 🟦 Inputs
41
  - **source** | type: `float32` | shape: [batch_size, sequence_length]
42
+ - *Waveform PCM 32 - SR 16,000 - Mono*
43
  - **padding_mask** | type: `bool` | shape: [batch_size, sequence_length]
44
  - It is usually a completely false array, with the same shape as the waveform. `padding_mask = np.zeros(waveform.shape, dtype=np.bool_)`
45