add inference cli

This commit is contained in:
Ftps
2024-01-20 22:48:15 +09:00
parent 95d989827d
commit 6d759b4b96
13 changed files with 276 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
"""
Uage: rvc init
download model and setup environmmnt file
"""
import click
import click
@click.command()
def initialize():
pass