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