Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
gradio>=3.0
|
2 |
Pillow>=9.0
|
3 |
-
fonttools>=4.0
|
|
|
|
|
|
|
|
1 |
gradio>=3.0
|
2 |
Pillow>=9.0
|
3 |
+
fonttools>=4.0
|
4 |
+
torch>=1.10 # Для работы с моделью Flux
|
5 |
+
torchvision>=0.11
|
6 |
+
svgwrite>=1.4
|