Titouan osanseviero HF staff commited on
Commit
c098a0e
1 Parent(s): 0e1124b

Add config to support TTS Inference API (#1)

Browse files

- Add config to support TTS Inference API (80375e1297fa122f7e764edf7ca7cd3a24797b3e)


Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +4 -0
config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "speechbrain_interface": "Tacotron2",
3
+ "vocoder_interface": "HiFIGAN",
4
+ }