Ander1 commited on
Commit
7e0548a
·
verified ·
1 Parent(s): 5bfef5b

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  # Core dependencies
2
  elevenlabs>=1.0.0
3
  openai>=1.0.0
4
- streamlit>=1.24.0
5
  gradio>=4.19.2
6
  python-dotenv>=1.0.0
7
  requests>=2.31.0
@@ -10,6 +9,8 @@ requests>=2.31.0
10
  pydub>=0.25.1
11
  ffmpeg-python>=0.2.0
12
  openai-whisper>=20231117
 
 
13
 
14
  # Networking and utilities
15
  urllib3>=2.0.0
 
1
  # Core dependencies
2
  elevenlabs>=1.0.0
3
  openai>=1.0.0
 
4
  gradio>=4.19.2
5
  python-dotenv>=1.0.0
6
  requests>=2.31.0
 
9
  pydub>=0.25.1
10
  ffmpeg-python>=0.2.0
11
  openai-whisper>=20231117
12
+ numpy>=1.24.0
13
+ torch>=2.0.0
14
 
15
  # Networking and utilities
16
  urllib3>=2.0.0