Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
regex
|
3 |
git+https://github.com/openai/CLIP.git
|
4 |
torch
|
5 |
-
pytorch-lightning
|
|
|
|
|
|
1 |
+
gradio==3.18.0
|
|
|
2 |
git+https://github.com/openai/CLIP.git
|
3 |
torch
|
4 |
+
pytorch-lightning
|
5 |
+
ftfy
|
6 |
+
regex
|