Hev832 commited on
Commit
9649923
·
verified ·
1 Parent(s): d841ef6
Files changed (1) hide show
  1. demo.py +2 -2
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.markdown("## Code By Rejekts")
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=True,
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",