Blane187 commited on
Commit
6090369
·
verified ·
1 Parent(s): 36da806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ with gr.Blocks(title="RVC UI") as app:
65
  vc_output3 = gr.Textbox(label="Output information",interactive=False)
66
  with gr.Tabs():
67
  with gr.TabItem("Train"):
68
- gr.Markdown("### Step 1. Fill in the experimental configuration.\nExperimental data is stored in the 'logs' folder, with each experiment having a separate folder. Manually enter the experiment name path, which contains the experimental configuration, logs, and trained model files.")
69
- exp_dir1 = Textbox(label="Enter the experiment name", value="my-voice")
70
  author = gr.Textbox(label="Model Author (Nullable)")
71
  #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)
72
  sr2 = gr.Radio(label=("Target sample rate"),choices=["40k", "48k"],value="40k",interactive=True)
 
65
  vc_output3 = gr.Textbox(label="Output information",interactive=False)
66
  with gr.Tabs():
67
  with gr.TabItem("Train"):
68
+ gr.Markdown(f"### Step 1. Fill in the experimental configuration.\n Experimental data is stored in the 'logs' folder, with each experiment having a separate folder. Manually enter the experiment name path, which contains the experimental configuration, logs, and trained model files.")
69
+ exp_dir1 = Textbox(label="Enter the experiment name", value="my voice")
70
  author = gr.Textbox(label="Model Author (Nullable)")
71
  #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)
72
  sr2 = gr.Radio(label=("Target sample rate"),choices=["40k", "48k"],value="40k",interactive=True)