Dionyssos commited on
Commit
83098ea
·
1 Parent(s): 8cc530a

explain API

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -41,8 +41,9 @@ Beta version of [SHIFT](https://shift-europe.eu/) TTS tool with [AudioGen sounds
41
  <summary>
42
  Build virtualenv & run api.py
43
  </summary>
44
- Besides `demo.py` that runs as a standalone script. We also provide `api.py` that enables long-form TTS with soundscape
45
- w/o need to load the TTS/AudioGen model again & again. The examples below use api.py.
 
46
 
47
  Clone
48
 
 
41
  <summary>
42
  Build virtualenv & run api.py
43
  </summary>
44
+
45
+ Above `demo.py` is a standalone script that loads SHIFT TTS & AudioGen model(s) and synthesizes a txt. We also provide a Flask `api.py` that allows faster inference with
46
+ loading only once the TTS & AudioGen model.
47
 
48
  Clone
49