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

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +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