File size: 170 Bytes
3883c60
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio
from webui.ui.tabs.training.rvc import train_rvc


def training_tab():
    with gradio.Tabs():
        with gradio.Tab('🧬 RVC'):
            train_rvc()