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