Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
streamlit>=1.22.0
|
3 |
+
diffusers>=0.16.1
|
4 |
+
transformers>=4.28.1
|
5 |
+
torch>=2.0.1 # IMPORTANT: Choose the correct torch version for your hardware (CPU or GPU)
|
6 |
+
Pillow>=9.5.0
|