Markdown
Browse files
demo.py
CHANGED
@@ -7,7 +7,7 @@ model_library = CachedModels()
|
|
7 |
with gr.Blocks(title="💻 RVC V2",theme=gr.themes.Soft(primary_hue="blue",neutral_hue="cyan")) as app:
|
8 |
with gr.Row():
|
9 |
gr.markdown("# RVC V2")
|
10 |
-
gr.
|
11 |
with gr.Tabs():
|
12 |
with gr.TabItem("Inference"):
|
13 |
with gr.Row():
|
@@ -20,7 +20,7 @@ with gr.Blocks(title="💻 RVC V2",theme=gr.themes.Soft(primary_hue="blue",neutr
|
|
20 |
label="Speaker ID",
|
21 |
value=0,
|
22 |
visible=False,
|
23 |
-
interactive=
|
24 |
)
|
25 |
vc_transform0 = gr.Number(
|
26 |
label="Pitch",
|
|
|
7 |
with gr.Blocks(title="💻 RVC V2",theme=gr.themes.Soft(primary_hue="blue",neutral_hue="cyan")) as app:
|
8 |
with gr.Row():
|
9 |
gr.markdown("# RVC V2")
|
10 |
+
gr.Markdown("## Code By Rejekts")
|
11 |
with gr.Tabs():
|
12 |
with gr.TabItem("Inference"):
|
13 |
with gr.Row():
|
|
|
20 |
label="Speaker ID",
|
21 |
value=0,
|
22 |
visible=False,
|
23 |
+
interactive=False,
|
24 |
)
|
25 |
vc_transform0 = gr.Number(
|
26 |
label="Pitch",
|