Tassawar commited on
Commit
193f5d9
·
verified ·
1 Parent(s): ad21201

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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