Update space.yaml
Browse files- space.yaml +1 -1
space.yaml
CHANGED
@@ -5,7 +5,7 @@ hardware: cpu-basic
|
|
5 |
|
6 |
# Install system dependencies
|
7 |
on_build:
|
8 |
-
- apt-get update && apt-get install -y
|
9 |
|
10 |
secrets:
|
11 |
- HF_API_KEY
|
|
|
5 |
|
6 |
# Install system dependencies
|
7 |
on_build:
|
8 |
+
- apt-get update && apt-get install -y portaudio19-dev libportaudio2 libportaudiocpp0 libasound2-dev
|
9 |
|
10 |
secrets:
|
11 |
- HF_API_KEY
|