Spaces:
Runtime error
Runtime error
123LETSPLAY
commited on
Commit
•
8127d65
1
Parent(s):
5cfc788
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.20.2 # Diffusers library for text-to-image generation
|
2 |
+
transformers==4.34.0 # Hugging Face Transformers library
|
3 |
+
torch==2.0.1 # PyTorch for model execution
|
4 |
+
gradio==3.24.1 # Gradio for web interface
|