nijisakai commited on
Commit
fb31744
1 Parent(s): c48b863

solve docker impoly error

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -295,6 +295,7 @@ interface_yt = gr.Interface(
295
  examples=[
296
  ["https://www.bilibili.com/video/BV1ip4y1p7Pn", 87, 103, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
297
  ],
 
298
  )
299
  interface = gr.TabbedInterface(
300
  [interface_yt, interface_mic, interface_file],
 
295
  examples=[
296
  ["https://www.bilibili.com/video/BV1ip4y1p7Pn", 87, 103, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
297
  ],
298
+ cache_examples=False,
299
  )
300
  interface = gr.TabbedInterface(
301
  [interface_yt, interface_mic, interface_file],