Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RSHVR
/
Command_RTC
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RSHVR
commited on
Mar 30
Commit
bf16cb8
·
verified
·
1 Parent(s):
e2eab0b
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+6
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
# Clone the HumAware-VAD repository
3
+
git clone https://github.com/CuriousMonkey7/HumAwareVad.git
4
+
cd HumAwareVad
5
+
pip install -e .
6
+
cd ..