Update test.py
Browse files
test.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from xtts import predict, get_tts
|
3 |
import os
|
4 |
-
os.environ["COQUI_TOS_AGREED"]=1
|
5 |
|
6 |
get_tts(True)
|
7 |
demo=gr.Interface(predict, inputs=["text","text","text"], outputs=gr.Audio())
|
|
|
1 |
import gradio as gr
|
2 |
from xtts import predict, get_tts
|
3 |
import os
|
4 |
+
os.environ["COQUI_TOS_AGREED"]="1"
|
5 |
|
6 |
get_tts(True)
|
7 |
demo=gr.Interface(predict, inputs=["text","text","text"], outputs=gr.Audio())
|