deekshachilukuri commited on
Commit
da2b4c1
·
verified ·
1 Parent(s): f140b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"