Spaces:
Runtime error
Runtime error
update gradio upgrade, update requirements
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -43,30 +43,32 @@ Pygments==2.18.0
|
|
| 43 |
pyparsing==3.2.0
|
| 44 |
python-dateutil==2.9.0.post0
|
| 45 |
python-dotenv==1.0.1
|
| 46 |
-
python-multipart
|
| 47 |
pytz==2024.2
|
| 48 |
PyYAML==6.0.2
|
| 49 |
regex==2024.11.6
|
| 50 |
requests==2.32.3
|
| 51 |
rich==13.9.4
|
| 52 |
ruff==0.8.1
|
| 53 |
-
safehttpx==0.1.
|
| 54 |
safetensors==0.4.5
|
| 55 |
semantic-version==2.10.0
|
| 56 |
shellingham==1.5.4
|
| 57 |
six==1.16.0
|
| 58 |
sniffio==1.3.1
|
| 59 |
starlette==0.41.3
|
|
|
|
| 60 |
sympy==1.13.1
|
| 61 |
tokenizers==0.20.3
|
| 62 |
tomlkit==0.12.0
|
| 63 |
-
torch==2.5.1
|
| 64 |
-
torchvision==0.20.1
|
| 65 |
tqdm==4.67.1
|
| 66 |
transformers==4.46.3
|
| 67 |
typer==0.14.0
|
| 68 |
typing_extensions==4.12.2
|
| 69 |
tzdata==2024.2
|
|
|
|
| 70 |
urllib3==2.2.3
|
| 71 |
uvicorn==0.32.1
|
| 72 |
websockets==12.0
|
|
|
|
| 43 |
pyparsing==3.2.0
|
| 44 |
python-dateutil==2.9.0.post0
|
| 45 |
python-dotenv==1.0.1
|
| 46 |
+
python-multipart==0.0.20
|
| 47 |
pytz==2024.2
|
| 48 |
PyYAML==6.0.2
|
| 49 |
regex==2024.11.6
|
| 50 |
requests==2.32.3
|
| 51 |
rich==13.9.4
|
| 52 |
ruff==0.8.1
|
| 53 |
+
safehttpx==0.1.6
|
| 54 |
safetensors==0.4.5
|
| 55 |
semantic-version==2.10.0
|
| 56 |
shellingham==1.5.4
|
| 57 |
six==1.16.0
|
| 58 |
sniffio==1.3.1
|
| 59 |
starlette==0.41.3
|
| 60 |
+
style==1.1.0
|
| 61 |
sympy==1.13.1
|
| 62 |
tokenizers==0.20.3
|
| 63 |
tomlkit==0.12.0
|
| 64 |
+
torch==2.5.1+cu118
|
| 65 |
+
torchvision==0.20.1+cu118
|
| 66 |
tqdm==4.67.1
|
| 67 |
transformers==4.46.3
|
| 68 |
typer==0.14.0
|
| 69 |
typing_extensions==4.12.2
|
| 70 |
tzdata==2024.2
|
| 71 |
+
update==0.0.1
|
| 72 |
urllib3==2.2.3
|
| 73 |
uvicorn==0.32.1
|
| 74 |
websockets==12.0
|