add inference cli
This commit is contained in:
8
rvc/cli/utils/dlmodel.py
Normal file
8
rvc/cli/utils/dlmodel.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import urllib
|
||||
import click
|
||||
|
||||
|
||||
@click.command()
|
||||
def dlmodel() -> None:
|
||||
# Download models [harvest, uvr5, and more ]
|
||||
pass
|
||||
Reference in New Issue
Block a user