Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with patch('builtins.input', always_yes):
|
|
26 |
print("loded the model")
|
27 |
sa = 'sampleaudio.wav'
|
28 |
|
29 |
-
|
30 |
|
31 |
def text_to_speech(text):
|
32 |
save_path = "outputz.wav"
|
|
|
26 |
print("loded the model")
|
27 |
sa = 'sampleaudio.wav'
|
28 |
|
29 |
+
@spaces.GPU(enable_queue=True)
|
30 |
|
31 |
def text_to_speech(text):
|
32 |
save_path = "outputz.wav"
|