add inference cli
This commit is contained in:
14
rvc/cli/utils/initialize.py
Normal file
14
rvc/cli/utils/initialize.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Uage: rvc init
|
||||
download model and setup environmmnt file
|
||||
|
||||
"""
|
||||
import click
|
||||
|
||||
|
||||
import click
|
||||
|
||||
|
||||
@click.command()
|
||||
def initialize():
|
||||
pass
|
||||
Reference in New Issue
Block a user