import gradio as gr
#from inference import load_model, local_run
pth_path = "model/G_70000.pth"
config_json = "configs/config.json"
app = gr.Blocks()
with app:
gr.HTML("""
""")
tmp = gr.Markdown("")
with gr.Tabs():
with gr.TabItem("Basic"):
with gr.TabItem("Audios"):
pass
gr.HTML("""
仅供学习交流,不可用于商业或非法用途
使用本项目模型直接或间接生成的音频,必须声明由AI技术或VITS技术合成
""")
app.launch()