osanseviero HF staff commited on
Commit
7663e41
1 Parent(s): 44e30b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ voices = [
36
  voice_paths = get_voices()
37
  print(voice_paths)
38
 
39
- preset = "ultra_fast"
40
 
41
  def inference(text, voice):
42
  text = text[:256]
 
36
  voice_paths = get_voices()
37
  print(voice_paths)
38
 
39
+ preset = "fast"
40
 
41
  def inference(text, voice):
42
  text = text[:256]