Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
opencv-python-headless
|
| 3 |
+
numpy<2.0.0
|
| 4 |
+
requests
|
| 5 |
+
python-dotenv
|
| 6 |
+
# llama-cpp-python ko hata kar agar sirf inference chahiye to use karein:
|
| 7 |
+
huggingface_hub
|
| 8 |
+
transformers
|
| 9 |
+
torch
|
| 10 |
+
accelerate
|
| 11 |
+
pydub
|