Spaces:
Runtime error
Runtime error
123LETSPLAY
commited on
Commit
•
b8d0d96
1
Parent(s):
acc21cd
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.20.2 # Use the correct version
|
2 |
+
transformers==4.34.0
|
3 |
+
torch==2.0.1 # or a compatible version based on your system
|
4 |
+
gradio==3.24.1 # for creating the web interface
|