Spaces:
Running
on
Zero
Running
on
Zero
| import subprocess | |
| def install_package(): | |
| subprocess.run(["pip", "install", "--upgrade", "git+https://github.com/voicepowered-ai/VoicePoweredAI_Spanish_v1", "--no-cache-dir"], check=True) | |
| # Install the package on startup | |
| install_package() | |
| # Start the Gradio app | |
| subprocess.run(["f5-tts_infer-gradio"]) |