Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
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
|