PeterPinetree commited on
Commit
b2b1094
·
verified ·
1 Parent(s): f926061

Update space.yaml

Browse files
Files changed (1) hide show
  1. space.yaml +7 -10
space.yaml CHANGED
@@ -1,11 +1,8 @@
 
 
1
  sdk: streamlit
2
- app_file: app.py
3
-
4
- hardware: cpu-basic
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
 
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