lalalic commited on
Commit
e247a24
·
verified ·
1 Parent(s): 0979ef9

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +2 -1
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)