gorkemgoknar
commited on
Commit
•
b06398c
1
Parent(s):
57ffef3
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
-
import os
|
3 |
from TTS.api import TTS
|
4 |
|
5 |
-
# By using this model you agree to COQUI TOS, will double check on GUI
|
6 |
-
os.environ["COQUI_TOS_AGREED"] = "1"
|
7 |
-
|
8 |
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v1")
|
9 |
tts.to("cuda")
|
10 |
|
|
|
1 |
import gradio as gr
|
|
|
2 |
from TTS.api import TTS
|
3 |
|
|
|
|
|
|
|
4 |
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v1")
|
5 |
tts.to("cuda")
|
6 |
|