ylacombe HF staff commited on
Commit
aeeb0c4
1 Parent(s): ec0945d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -44,8 +44,11 @@ pipe_dict = {
44
 
45
  title = """# Explore English and Spanish Accents with VITS finetuning
46
  ## Or how the best wine comes in old bottles
 
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
 
 
44
 
45
  title = """# Explore English and Spanish Accents with VITS finetuning
46
  ## Or how the best wine comes in old bottles
47
+
48
  [VITS](https://huggingface.co/docs/transformers/model_doc/vits) is a light weight, low-latency TTS model.
49
+
50
+ Coupled with the right data and the right training recipe, you can get an excellent finetuned version in **20 minutes** with as little as **80 to 150 samples**.
51
+
52
  Stay tuned, the training recipe is coming soon!
53
  """
54