Omar Sanseviero commited on
Commit
d8a4d7c
·
1 Parent(s): 2b65d86

Update app.py

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