Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -12
requirements.txt
CHANGED
@@ -1,16 +1,5 @@
|
|
1 |
gradio
|
2 |
-
torch # Required for running models
|
3 |
-
transformers # Needed for Hugging Face models
|
4 |
-
diffusers # For Stable Diffusion models
|
5 |
-
accelerate # Optimizes model inference
|
6 |
-
safetensors # Speeds up model loading
|
7 |
-
Groq # Groq API for Mixtral-8x7B
|
8 |
groq
|
9 |
pillow
|
10 |
requests
|
11 |
-
openai
|
12 |
-
opencv-python # Image processing
|
13 |
-
pillow # Required for image handling
|
14 |
-
huggingface_hub # Helps in loading Hugging Face models
|
15 |
-
git+https://github.com/huggingface/transformers.git
|
16 |
-
googletrans==4.0.0-rc1
|
|
|
1 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
groq
|
3 |
pillow
|
4 |
requests
|
5 |
+
openai
|
|
|
|
|
|
|
|
|
|