Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RSHVR
/
Command_RTC
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
488744e
Command_RTC
/
setup.sh
RSHVR
Create setup.sh
7f84142
verified
2 months ago
raw
Copy download link
history
blame
Safe
212 Bytes
#!/bin/bash
# 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