Spaces:
Runtime error
Runtime error
solve docker impoly error
Browse files
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],
|