sayashi commited on
Commit
9b0c0d4
·
1 Parent(s): 24ee690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -83,5 +83,6 @@ if __name__ == '__main__':
83
  ],
84
  inputs=[input_audio, vc],
85
  outputs=[o1, o2, o3],
86
- fn=sovits)
 
87
  app.queue(concurrency_count=1).launch()
 
83
  ],
84
  inputs=[input_audio, vc],
85
  outputs=[o1, o2, o3],
86
+ fn=sovits,
87
+ cache_examples=True)
88
  app.queue(concurrency_count=1).launch()