Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
ftfy>=6.1.1
|
5 |
ipywidgets>=7,<8
|
6 |
-
datasets
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
scipy
|
3 |
+
ftfy
|
|
|
4 |
ipywidgets>=7,<8
|
5 |
+
datasets
|
6 |
+
diffusers
|
7 |
+
torch
|