tykiww commited on
Commit
d33f32d
·
verified ·
1 Parent(s): 31e56e1

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from TTS.api import TTS
2
+ import gradio as gr
3
+
4
+ # Initialize the TTS model
5
+ tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=True)