NLPV commited on
Commit
647afe2
·
verified ·
1 Parent(s): 4eab58f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -11
requirements.txt CHANGED
@@ -1,18 +1,11 @@
1
- # --- core (all backends) ---
2
  gradio>=5.0
3
  pandas
4
  gTTS
5
  python-Levenshtein
6
  num2words
7
-
8
- # --- Groq backend: httpx only (ships with gradio, pinned here for clarity) ---
9
  httpx
10
 
11
- # --- local faster-whisper backend: uncomment for ASR_BACKEND=local ---
12
- # faster-whisper>=1.1.0
13
-
14
- # --- ZeroGPU backend: uncomment for ASR_BACKEND=zerogpu ---
15
- # spaces
16
- # torch
17
- # transformers>=4.44
18
- # accelerate
 
 
1
  gradio>=5.0
2
  pandas
3
  gTTS
4
  python-Levenshtein
5
  num2words
 
 
6
  httpx
7
 
8
+ spaces
9
+ torch
10
+ transformers>=4.44
11
+ accelerate