haoheliu commited on
Commit
d2c82e0
1 Parent(s): 598595d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -54,12 +54,7 @@ def text2audio(
54
  waveform = waveform[0]
55
  return waveform
56
 
57
- text_to_audio("Birds singing sweetly in a blooming garden.",
58
- 10,
59
- 3.5,
60
- 45,
61
- 3,
62
- default_checkpoint)
63
 
64
  css = """
65
  a {
 
54
  waveform = waveform[0]
55
  return waveform
56
 
57
+ text_to_audio("Birds singing sweetly in a blooming garden.", 10, 3.5, 45, 3, default_checkpoint)
 
 
 
 
 
58
 
59
  css = """
60
  a {