Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -17,3 +17,8 @@ git+https://github.com/openai/CLIP.git
|
|
| 17 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 18 |
torch==2.4.0
|
| 19 |
torchvision==0.19.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 18 |
torch==2.4.0
|
| 19 |
torchvision==0.19.0
|
| 20 |
+
|
| 21 |
+
gradio
|
| 22 |
+
httpx[socks]
|
| 23 |
+
spaces
|
| 24 |
+
huggingface_hub
|