umarabbas890 commited on
Commit
be50509
·
verified ·
1 Parent(s): 326d87f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  gradio==3.28.0
2
  transformers==4.34.0
3
  torch==2.1.0
4
- stable-diffusion-v1-4==1.0
5
- groq==0.2.0 # Adjust this version according to the Groq API version you're using
6
  requests==2.31.0
7
- Pillow==10.0.0 # For image handling
8
- python-dotenv==1.0.0 # For managing environment variables
 
1
  gradio==3.28.0
2
  transformers==4.34.0
3
  torch==2.1.0
4
+ diffusers==0.17.0 # Hugging Face's diffusers library
5
+ groq==0.2.0
6
  requests==2.31.0
7
+ Pillow==10.0.0
8
+ python-dotenv==1.0.0