Spaces:
Runtime error
Runtime error
| """ | |
| Web package for the Ultimate RVC project. | |
| This package contains modules which define the web application of the | |
| Ultimate RVC project. | |
| """ | |
| from ultimate_rvc.core.main import initialize | |
| initialize() | |