Spaces:
Sleeping
Sleeping
modified requirements , adjusted pytorch/torchvision versions as well as specified python version in metadata.
Browse files- README.md +1 -0
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Text-to-Image-Retrieval App
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
python_version: 3.12.13
|
| 10 |
---
|
| 11 |
|
| 12 |
# Text-to-Image-Retrieval App
|
requirements.txt
CHANGED
|
@@ -111,8 +111,8 @@ sympy==1.14.0
|
|
| 111 |
tenacity==9.1.4
|
| 112 |
tokenizers==0.22.2
|
| 113 |
tomlkit==0.13.3
|
| 114 |
-
torch==2.10.0
|
| 115 |
-
torchvision==0.25.0
|
| 116 |
tqdm==4.67.3
|
| 117 |
transformers==5.3.0
|
| 118 |
triton==3.6.0
|
|
|
|
| 111 |
tenacity==9.1.4
|
| 112 |
tokenizers==0.22.2
|
| 113 |
tomlkit==0.13.3
|
| 114 |
+
torch==2.10.0
|
| 115 |
+
torchvision==0.25.0
|
| 116 |
tqdm==4.67.3
|
| 117 |
transformers==5.3.0
|
| 118 |
triton==3.6.0
|