Spaces:
Runtime error
Runtime error
add missing packages
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
torch>=1.4
|
2 |
-
diffusers>=0.3.0
|
|
|
|
|
|
|
|
|
|
1 |
torch>=1.4
|
2 |
+
diffusers>=0.3.0
|
3 |
+
transformers>=3.8.0
|
4 |
+
ftfy>=6.1.1
|
5 |
+
ipywidgets>=7,<8
|
6 |
+
datasets>=6.0.1
|