Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,6 @@ sa = 'sampleaudio.wav'
|
|
25 |
|
26 |
@spaces.GPU(enable_queue=True)
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
def text_to_speech(text):
|
32 |
save_path = "outputz.wav"
|
33 |
try:
|
|
|
25 |
|
26 |
@spaces.GPU(enable_queue=True)
|
27 |
|
|
|
|
|
|
|
28 |
def text_to_speech(text):
|
29 |
save_path = "outputz.wav"
|
30 |
try:
|