Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|