Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -8,3 +8,5 @@ groq # Groq API for Mixtral-8x7B
|
|
8 |
opencv-python # Image processing
|
9 |
pillow # Required for image handling
|
10 |
huggingface_hub # Helps in loading Hugging Face models
|
|
|
|
|
|
8 |
opencv-python # Image processing
|
9 |
pillow # Required for image handling
|
10 |
huggingface_hub # Helps in loading Hugging Face models
|
11 |
+
git+https://github.com/huggingface/transformers.git
|
12 |
+
googletrans==4.0.0-rc1
|