changevoice / app.py
Tran Dang Khoa
Add application file
cafad09
Raw
History Blame Contribute Delete
296 Bytes
"""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