DrishtiSharma commited on
Commit
7796a0e
·
verified ·
1 Parent(s): 8df0297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ from TTS.api import TTS
28
  import tempfile
29
 
30
  # Initialize the TTS model
31
- #tts_model = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=False)
32
 
33
 
34
 
 
28
  import tempfile
29
 
30
  # Initialize the TTS model
31
+ tts_model = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=False)
32
 
33
 
34