Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VanguardAI
/
MultiModal_OpenSource_AI
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
VanguardAI
commited on
Aug 5, 2024
Commit
b588399
·
verified
·
1 Parent(s):
f15ce02
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+3
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
# Install PortAudio library
3
+
apt-get update && apt-get install -y portaudio19-dev