Spaces:
Build error
Build error
Update space.yaml
Browse files- space.yaml +7 -10
space.yaml
CHANGED
@@ -1,11 +1,8 @@
|
|
|
|
|
|
1 |
sdk: streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
#
|
7 |
-
on_build:
|
8 |
-
- apt-get update && apt-get install -y portaudio19-dev libportaudio2 libportaudiocpp0 libasound2-dev
|
9 |
-
|
10 |
-
secrets:
|
11 |
-
- HF_API_KEY
|
|
|
1 |
+
# space.yaml
|
2 |
+
---
|
3 |
sdk: streamlit
|
4 |
+
python_version: "3.10"
|
5 |
+
requirements:
|
6 |
+
- streamlit>=1.43.0
|
7 |
+
- requests
|
8 |
+
- streamlit-audiorecorder # Ensure this is installed
|
|
|
|
|
|
|
|
|
|