lalalic commited on
Commit
e65cdab
·
verified ·
1 Parent(s): 2db27de

Update test.py

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