Scalino84
commited on
Commit
·
f423fc4
1
Parent(s):
f5bd834
Add application file
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.25.1
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.25.1
|
4 |
+
accelerate>=0.16.0
|
5 |
+
safetensors>=0.3.1
|
6 |
+
gradio>=4.0.0
|
7 |
+
python-dotenv>=0.21.0
|