Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
ftfy
|
3 |
regex
|
4 |
tqdm
|
@@ -6,3 +6,4 @@ git+https://github.com/openai/CLIP.git
|
|
6 |
gradio
|
7 |
torch
|
8 |
wget
|
|
|
|
1 |
+
transformers
|
2 |
ftfy
|
3 |
regex
|
4 |
tqdm
|
|
|
6 |
gradio
|
7 |
torch
|
8 |
wget
|
9 |
+
httpx==0.24.1
|