Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
transformers
|
4 |
+
accelerate
|
5 |
+
ftfy
|
6 |
+
numpy
|
7 |
+
matplotlib
|
8 |
+
uuid
|
9 |
+
opencv-python
|
10 |
+
diffusers==0.26.0
|
11 |
+
spaces
|
12 |
+
pydantic==2.10.6
|