r3gm commited on
Commit
f2d5b9e
1 Parent(s): 8b0d500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2440,6 +2440,9 @@ def GradioSetup(UTheme=gr.themes.Soft()):
2440
 
2441
 
2442
  with gr.TabItem(i18n("Train")):
 
 
 
2443
  with gr.Accordion(label=i18n("Step 1: Processing data")):
2444
  with gr.Row():
2445
  exp_dir1 = gr.Textbox(label=i18n("Enter the model name:"), value=i18n("Model_Name"))
 
2440
 
2441
 
2442
  with gr.TabItem(i18n("Train")):
2443
+ gr.Markdown("Training and All in One Inference Without UI/Gradio, Prevent Banning")
2444
+ gr.Markdown("[Repository](https://github.com/ardha27/AI-Song-Cover-RVC)")
2445
+
2446
  with gr.Accordion(label=i18n("Step 1: Processing data")):
2447
  with gr.Row():
2448
  exp_dir1 = gr.Textbox(label=i18n("Enter the model name:"), value=i18n("Model_Name"))