Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -36
requirements.txt
CHANGED
@@ -1,36 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
diffusers==0.31.0
|
10 |
-
gradio==5.8.0
|
11 |
-
numba==0.60.0
|
12 |
-
nibabel==5.3.2
|
13 |
-
nltk==3.9.1
|
14 |
-
nvidia-cuda-nvcc-cu12==12.6.85
|
15 |
-
nvidia-cuda-runtime-cu12==12.6.77
|
16 |
-
nvidia-cudnn-cu12==9.6.0.74
|
17 |
-
gradio_client==1.5.1
|
18 |
-
huggingface-hub==0.26.5
|
19 |
-
imutils==0.5.4
|
20 |
-
openai==1.54.5
|
21 |
-
opencv-contrib-python==4.10.0.84
|
22 |
-
opencv-python==4.10.0.84
|
23 |
-
opencv-python-headless==4.10.0.84
|
24 |
-
pillow==11.0.0
|
25 |
-
python-utils==3.9.1
|
26 |
-
requests==2.32.3
|
27 |
-
requests-oauthlib==1.3.1
|
28 |
-
requests-toolbelt==1.0.0
|
29 |
-
requirements-parser==0.9.0
|
30 |
-
SecretStorage==3.3.1
|
31 |
-
sentence-transformers==3.2.1
|
32 |
-
tokenizers==0.20.3
|
33 |
-
torch @ https://download.pytorch.org/whl/cu121_full/torch-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
34 |
-
torchsummary==1.5.1
|
35 |
-
torchvision @ https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
36 |
-
transformers==4.46.3
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
gradio
|
4 |
+
pillow
|
5 |
+
requests
|
6 |
+
diffusers
|
7 |
+
nvidia-cuda-runtime-cu12
|
8 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|