johnowhitaker commited on
Commit
aba93f4
1 Parent(s): b86861f

Upload mel with huggingface_hub

Browse files
Files changed (1) hide show
  1. mel/mel_config.json +11 -0
mel/mel_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Mel",
3
+ "_diffusers_version": "0.12.0.dev0",
4
+ "hop_length": 512,
5
+ "n_fft": 2048,
6
+ "n_iter": 32,
7
+ "sample_rate": 22050,
8
+ "top_db": 80,
9
+ "x_res": 256,
10
+ "y_res": 256
11
+ }