johann22 commited on
Commit
7c5664b
β€’
1 Parent(s): 6b1ad20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ output = interface.generate(
40
  output.save("output.wav")
41
 
42
  # Optional: Play the synthesized speech
43
- # output.play()
 
40
  output.save("output.wav")
41
 
42
  # Optional: Play the synthesized speech
43
+ output.play()