Blane187 commited on
Commit
c440d2f
·
verified ·
1 Parent(s): 5f1286b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(title="RVC UI") as app:
69
  with gr.Row():
70
  exp_dir1 = gr.Textbox(label="Enter the experiment name", value="my-voice")
71
  author = gr.Textbox(label="Model Author (Nullable)")
72
- np7 = gr.Slider(minimum=0,maximum=config.n_cpu,step=1,label="Number of CPU processes used for pitch extraction and data processing",value=int(np.ceil(config.n_cpu / 1.5)),interactive=True)
73
  with gr.Row():
74
  sr2 = gr.Radio(label=("Target sample rate"),choices=["40k", "48k"],value="40k",interactive=True)
75
  if_f0_3 = gr.Radio(label="Whether the model has pitch guidance (required for singing, optional for speech)",choices=[("Yes"), ("No")],value=("Yes"),interactive=True)
 
69
  with gr.Row():
70
  exp_dir1 = gr.Textbox(label="Enter the experiment name", value="my-voice")
71
  author = gr.Textbox(label="Model Author (Nullable)")
72
+ #np7 = gr.Slider(minimum=0,maximum=config.n_cpu,step=1,label="Number of CPU processes used for pitch extraction and data processing",value=int(np.ceil(config.n_cpu / 1.5)),interactive=True)
73
  with gr.Row():
74
  sr2 = gr.Radio(label=("Target sample rate"),choices=["40k", "48k"],value="40k",interactive=True)
75
  if_f0_3 = gr.Radio(label="Whether the model has pitch guidance (required for singing, optional for speech)",choices=[("Yes"), ("No")],value=("Yes"),interactive=True)