oxkitsune commited on
Commit
846566d
β€’
1 Parent(s): b6ad1e5

unpin torch

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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==2.4.1
90
- torchvision==0.19.1
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