Spaces:
Running
on
Zero
Running
on
Zero
unpin torch
Browse files- README.md +1 -1
- requirements.txt +2 -2
README.md
CHANGED
@@ -4,8 +4,8 @@ emoji: π
|
|
4 |
colorFrom: pink
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
|
|
7 |
app_file: app.py
|
8 |
---
|
9 |
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
11 |
-
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
requirements.txt
CHANGED
@@ -86,8 +86,8 @@ starlette==0.38.6
|
|
86 |
sympy==1.13.3
|
87 |
timm==1.0.9
|
88 |
tomlkit==0.12.0
|
89 |
-
torch
|
90 |
-
torchvision
|
91 |
tornado==6.4.1
|
92 |
tqdm==4.66.5
|
93 |
traitlets==5.14.3
|
|
|
86 |
sympy==1.13.3
|
87 |
timm==1.0.9
|
88 |
tomlkit==0.12.0
|
89 |
+
torch
|
90 |
+
torchvision
|
91 |
tornado==6.4.1
|
92 |
tqdm==4.66.5
|
93 |
traitlets==5.14.3
|