Update space.yaml
Browse files- space.yaml +5 -5
space.yaml
CHANGED
@@ -4,13 +4,13 @@ sdk: streamlit # Specifies that this is a Streamlit app
|
|
4 |
app_file: app.py # The main application file
|
5 |
|
6 |
# Hardware Requirements (Choose 'cpu-basic' for free, or upgrade if needed)
|
7 |
-
hardware: cpu-basic
|
8 |
|
9 |
-
# Enable system libraries (if needed
|
10 |
-
|
11 |
-
|
12 |
|
13 |
# Secrets Management
|
14 |
# Add your HF API key via "Settings > Secrets" instead of hardcoding it
|
15 |
secrets:
|
16 |
-
- HF_API_KEY
|
|
|
4 |
app_file: app.py # The main application file
|
5 |
|
6 |
# Hardware Requirements (Choose 'cpu-basic' for free, or upgrade if needed)
|
7 |
+
hardware: cpu-basic
|
8 |
|
9 |
+
# Enable system libraries (Uncomment if needed)
|
10 |
+
system_libs:
|
11 |
+
- libsndfile1 # Required for sound processing
|
12 |
|
13 |
# Secrets Management
|
14 |
# Add your HF API key via "Settings > Secrets" instead of hardcoding it
|
15 |
secrets:
|
16 |
+
- HF_API_KEY
|