Spaces:
Running
Running
update requirements
Browse files- .gitignore +3 -0
- requirements.txt +2 -2
.gitignore
CHANGED
@@ -7,6 +7,9 @@ __pycache__/
|
|
7 |
# C extensions
|
8 |
*.so
|
9 |
|
|
|
|
|
|
|
10 |
# Gradio
|
11 |
.gradio/
|
12 |
|
|
|
7 |
# C extensions
|
8 |
*.so
|
9 |
|
10 |
+
# actions
|
11 |
+
deploy-to-spaces.yml
|
12 |
+
|
13 |
# Gradio
|
14 |
.gradio/
|
15 |
|
requirements.txt
CHANGED
@@ -61,8 +61,8 @@ style==1.1.0
|
|
61 |
sympy==1.13.1
|
62 |
tokenizers==0.20.3
|
63 |
tomlkit==0.12.0
|
64 |
-
torch==2.5.1
|
65 |
-
torchvision==0.20.1
|
66 |
tqdm==4.67.1
|
67 |
transformers==4.46.3
|
68 |
typer==0.14.0
|
|
|
61 |
sympy==1.13.1
|
62 |
tokenizers==0.20.3
|
63 |
tomlkit==0.12.0
|
64 |
+
torch==2.5.1
|
65 |
+
torchvision==0.20.1
|
66 |
tqdm==4.67.1
|
67 |
transformers==4.46.3
|
68 |
typer==0.14.0
|