Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +18 -23
requirements.txt
CHANGED
|
@@ -1,23 +1,18 @@
|
|
| 1 |
-
g4f[all]
|
| 2 |
-
yt-dlp
|
| 3 |
-
ffmpeg-python
|
| 4 |
-
whisperx
|
| 5 |
-
mediapipe
|
| 6 |
-
google-genai
|
| 7 |
-
insightface
|
| 8 |
-
onnxruntime-gpu
|
| 9 |
-
gradio
|
| 10 |
-
opencv-python
|
| 11 |
-
numpy
|
| 12 |
-
psutil
|
| 13 |
-
fastapi
|
| 14 |
-
uvicorn
|
| 15 |
-
torch
|
| 16 |
-
deep-translator
|
| 17 |
-
tqdm
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
# Local LLM Support with CUDA 12.4
|
| 22 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
|
| 23 |
-
llama-cpp-python
|
|
|
|
| 1 |
+
g4f[all]
|
| 2 |
+
yt-dlp
|
| 3 |
+
ffmpeg-python
|
| 4 |
+
whisperx
|
| 5 |
+
mediapipe
|
| 6 |
+
google-genai
|
| 7 |
+
insightface
|
| 8 |
+
onnxruntime-gpu
|
| 9 |
+
gradio
|
| 10 |
+
opencv-python
|
| 11 |
+
numpy
|
| 12 |
+
psutil
|
| 13 |
+
fastapi
|
| 14 |
+
uvicorn
|
| 15 |
+
torch
|
| 16 |
+
deep-translator
|
| 17 |
+
tqdm
|
| 18 |
+
llama-cpp-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|