Update test.py
Browse files
test.py
CHANGED
@@ -8,4 +8,5 @@ os.chmod("ffmpeg", st.st_mode | stat.S_IEXEC)
|
|
8 |
|
9 |
get_tts(True)
|
10 |
demo=gr.Interface(predict, inputs=["text","text","text"], outputs=gr.Audio())
|
|
|
11 |
demo.launch(show_api=True)
|
|
|
8 |
|
9 |
get_tts(True)
|
10 |
demo=gr.Interface(predict, inputs=["text","text","text"], outputs=gr.Audio())
|
11 |
+
demo.queue()
|
12 |
demo.launch(show_api=True)
|