ylacombe HF staff commited on
Commit
be89a6c
1 Parent(s): eabf228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ title = """# Explore English and Spanish Accents with VITS finetuning
47
  [VITS](https://huggingface.co/docs/transformers/model_doc/vits) is a light weight, low-latency TTS model.
48
  Coupled with the right datasets and the right training recipes, you can get an excellent finetuned version in 20 minutes with as little as 80 to 150 samples.
49
  Stay tuned, the training recipe is coming soon!
50
- """,
51
 
52
  max_speakers = 15
53
 
 
47
  [VITS](https://huggingface.co/docs/transformers/model_doc/vits) is a light weight, low-latency TTS model.
48
  Coupled with the right datasets and the right training recipes, you can get an excellent finetuned version in 20 minutes with as little as 80 to 150 samples.
49
  Stay tuned, the training recipe is coming soon!
50
+ """
51
 
52
  max_speakers = 15
53