Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
|
|
|
|
1 |
transformers==4.36.2
|
2 |
-
torch==2.
|
3 |
torchvision==0.15.2
|
4 |
torchaudio==2.0.2
|
5 |
numpy==1.24.4
|
@@ -21,4 +23,4 @@ fvcore
|
|
21 |
cloudpickle
|
22 |
omegaconf
|
23 |
pycocotools
|
24 |
-
gradio
|
|
|
1 |
+
--index-url https://download.pytorch.org/whl/cu118
|
2 |
+
|
3 |
transformers==4.36.2
|
4 |
+
torch==2.2.2+cu118
|
5 |
torchvision==0.15.2
|
6 |
torchaudio==2.0.2
|
7 |
numpy==1.24.4
|
|
|
23 |
cloudpickle
|
24 |
omegaconf
|
25 |
pycocotools
|
26 |
+
gradio>=4.0
|