PeterPinetree commited on
Commit
b3626c3
·
verified ·
1 Parent(s): 0fc98d4

Update space.yaml

Browse files
Files changed (1) hide show
  1. 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, uncomment and add packages)
10
- # system_libs:
11
- # - libsndfile1 # Required for sound processing (if needed)
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