Spaces:
Runtime error
Runtime error
123LETSPLAY
commited on
Commit
•
eb55fa7
1
Parent(s):
ad0c651
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.20.2 # To use the diffusers library for the diffusion model
|
2 |
+
transformers==4.34.0 # Hugging Face Transformers library
|
3 |
+
torch==2.0.1 # PyTorch for model execution
|
4 |
+
gradio==3.24.1 # For creating the Gradio interface
|