nevreal commited on
Commit
724b3f5
•
1 Parent(s): ce9b901

Update rvc.py

Browse files
Files changed (1) hide show
  1. rvc.py +10 -9
rvc.py CHANGED
@@ -671,16 +671,7 @@ with gr.Blocks(title="🔊 Nex RVC Mobile",theme=gr.themes.Base()) as app:
671
 
672
  )
673
 
674
- but1 = gr.Button("1. Process", variant="primary")
675
-
676
- but2 = gr.Button("2. Extract Features", variant="primary")
677
-
678
 
679
- but4 = gr.Button("3. Train Index", variant="primary")
680
-
681
- but3 = gr.Button("4. Train Model", variant="primary")
682
-
683
- info3 = gr.Textbox(label="Information", value="", max_lines=10)
684
 
685
  with gr.Accordion(label="General Settings", open=False):
686
 
@@ -808,6 +799,16 @@ with gr.Blocks(title="🔊 Nex RVC Mobile",theme=gr.themes.Base()) as app:
808
 
809
  )
810
 
 
 
 
 
 
 
 
 
 
 
811
  with gr.Row():
812
 
813
  download_model = gr.Button('5.Download Model')
 
671
 
672
  )
673
 
 
 
 
 
674
 
 
 
 
 
 
675
 
676
  with gr.Accordion(label="General Settings", open=False):
677
 
 
799
 
800
  )
801
 
802
+ but1 = gr.Button("1. Process", variant="primary")
803
+
804
+ but2 = gr.Button("2. Extract Features", variant="primary")
805
+
806
+ but4 = gr.Button("3. Train Index", variant="primary")
807
+
808
+ but3 = gr.Button("4. Train Model", variant="primary")
809
+
810
+ info3 = gr.Textbox(label="Information", value="", max_lines=10)
811
+
812
  with gr.Row():
813
 
814
  download_model = gr.Button('5.Download Model')