Serhiy Stetskovych commited on
Commit
ded7490
·
1 Parent(s): e3ccb71

Better params

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def synthesise(text, progress=gr.Progress()):
17
  print(text)
18
  print("*** end ***")
19
 
20
- return 24000, inference(text, progress, alpha=0.5, diffusion_steps=30, embedding_scale=1.5)[0]
21
 
22
 
23
 
 
17
  print(text)
18
  print("*** end ***")
19
 
20
+ return 24000, inference(text, progress, alpha=1.0, diffusion_steps=5, embedding_scale=1.0)[0]
21
 
22
 
23