avans06 commited on
Commit
31305bd
·
1 Parent(s): f48354a

Update the PyTorch version to CUDA 12.8 in the requirements.

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +4 -6
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📈
4
  colorFrom: blue
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.39.0
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
 
4
  colorFrom: blue
5
  colorTo: gray
6
  sdk: gradio
7
+ sdk_version: 5.44.1
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu124
2
 
3
- gradio==5.39.0
4
 
5
  basicsr @ git+https://github.com/avan06/BasicSR
6
  facexlib @ git+https://github.com/avan06/facexlib
@@ -9,10 +9,8 @@ gfpgan @ git+https://github.com/avan06/GFPGAN
9
  numpy
10
  opencv-python
11
 
12
- torch==2.5.0+cu124; sys_platform != 'darwin'
13
- torchvision==0.20.0+cu124; sys_platform != 'darwin'
14
- torch==2.5.0; sys_platform == 'darwin'
15
- torchvision==0.20.0; sys_platform == 'darwin'
16
 
17
  scipy
18
  tqdm
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu128
2
 
3
+ gradio
4
 
5
  basicsr @ git+https://github.com/avan06/BasicSR
6
  facexlib @ git+https://github.com/avan06/facexlib
 
9
  numpy
10
  opencv-python
11
 
12
+ torch
13
+ torchvision
 
 
14
 
15
  scipy
16
  tqdm