deekshachilukuri commited on
Commit
b273ea9
·
verified ·
1 Parent(s): 11f1864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -22,13 +22,11 @@ with patch('builtins.input', always_yes):
22
  tts = TTS(model_name="tts_models/multilingual/multi-dataset/xtts_v2", progress_bar=False).to(device)
23
 
24
 
25
- @spaces.GPU(enable_queue=True)
26
 
27
  print("loded the model")
28
  #sa = 'sampleaudio.wav'
29
 
30
 
31
- @spaces.GPU(enable_queue=True)
32
 
33
  def text_to_speech(text):
34
  save_path = "outputz.wav"
 
22
  tts = TTS(model_name="tts_models/multilingual/multi-dataset/xtts_v2", progress_bar=False).to(device)
23
 
24
 
 
25
 
26
  print("loded the model")
27
  #sa = 'sampleaudio.wav'
28
 
29
 
 
30
 
31
  def text_to_speech(text):
32
  save_path = "outputz.wav"