Hugging Face
Models
Datasets
Spaces
Posts
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...
RSHVR
commited on
Mar 30
Commit
b743a39
·
verified
·
1 Parent(s):
bf16cb8
Delete setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+0
-6
setup.sh
DELETED
Viewed
@@ -1,6 +0,0 @@
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 ..