Spaces:
Build error
Build error
# Install HumAware-VAD if not already installed | |
if ! pip show humaware-vad > /dev/null 2>&1; then | |
echo "Installing HumAware-VAD..." | |
pip install humaware-vad | |
fi | |
# Run the application | |
python app.py |