Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
b266a2d
1
Parent(s):
579db8e
Update app.py
Browse files
app.py
CHANGED
@@ -285,9 +285,7 @@ interface_yt = gr.Interface(
|
|
285 |
description=description,
|
286 |
article=article,
|
287 |
examples=[
|
288 |
-
["
|
289 |
-
["dQw4w9WgXcQ", 21, 35, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
|
290 |
-
["Wvm5GuDfAas", 15, 30, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
|
291 |
],
|
292 |
)
|
293 |
interface = gr.TabbedInterface(
|
|
|
285 |
description=description,
|
286 |
article=article,
|
287 |
examples=[
|
288 |
+
["https://www.bilibili.com/video/BV19u411Y73W", 12, 35, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
|
|
|
|
|
289 |
],
|
290 |
)
|
291 |
interface = gr.TabbedInterface(
|