Spaces:
Running on Zero
Running on Zero
| """Entrypoint for running the RVC WebUI in Hugging Face Spaces. | |
| This module imports webui.py, which already builds and launches the Gradio | |
| application. Using app.py as the root file makes the repository compatible | |
| with Spaces and other Gradio-hosted deployments. | |
| """ | |
| import webui # noqa: F401 | |