Spaces:
Runtime error
Runtime error
pydantic fix
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
|
|
|
|
|
| 1 |
transformers==4.36.2
|
|
|
|
| 2 |
#torch==2.0.1
|
| 3 |
#torchvision==0.15.2
|
| 4 |
#torchaudio==2.0.2
|
|
@@ -21,3 +24,4 @@ fvcore
|
|
| 21 |
cloudpickle
|
| 22 |
omegaconf
|
| 23 |
pycocotools
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
huggingface_hub==0.25.2
|
| 3 |
transformers==4.36.2
|
| 4 |
+
devicetorch
|
| 5 |
#torch==2.0.1
|
| 6 |
#torchvision==0.15.2
|
| 7 |
#torchaudio==2.0.2
|
|
|
|
| 24 |
cloudpickle
|
| 25 |
omegaconf
|
| 26 |
pycocotools
|
| 27 |
+
pydantic==2.10.6
|