SebastianBodza commited on
Commit
153080b
·
verified ·
1 Parent(s): a628993

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -439,7 +439,9 @@ with gr.Blocks() as app_credits:
439
  with gr.Blocks() as app:
440
  gr.Markdown(
441
  """
442
- # Kartoffel-1B-v0.2 - llasa 1b TTS
 
 
443
 
444
  This is a local web UI for my finetune of the llasa 1b SOTA(imo) Zero Shot Voice Cloning and TTS model.
445
 
 
439
  with gr.Blocks() as app:
440
  gr.Markdown(
441
  """
442
+ # Kartoffel-1B-v0.3 beta - llasa 1b TTS
443
+
444
+ Currently the model is trained on a bigger dataset, this are the preliminary results after ~15% training duration.
445
 
446
  This is a local web UI for my finetune of the llasa 1b SOTA(imo) Zero Shot Voice Cloning and TTS model.
447