apehex commited on
Commit
babc5e9
·
1 Parent(s): 0cbcd64

Update the deps.

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -6,6 +6,7 @@ colorFrom: 'red'
6
  colorTo: 'gray'
7
  sdk: 'gradio'
8
  sdk_version: '6.4.0'
 
9
  app_file: 'app.py'
10
  license: 'agpl-3.0'
11
  short_description: 'Display the influence of each token on the prediction.'
 
6
  colorTo: 'gray'
7
  sdk: 'gradio'
8
  sdk_version: '6.4.0'
9
+ python_version: '3.13'
10
  app_file: 'app.py'
11
  license: 'agpl-3.0'
12
  short_description: 'Display the influence of each token on the prediction.'
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  accelerate>=1.11
2
  gradio>=6.0
3
  kernels>=0.11
4
- psaiops>=0.9
5
  spaces>=0.47
6
  transformers>=4.0
7
  triton>=3.4
 
1
  accelerate>=1.11
2
  gradio>=6.0
3
  kernels>=0.11
4
+ psaiops>=0.10
5
  spaces>=0.47
6
  transformers>=4.0
7
  triton>=3.4