u0feff commited on
Commit
bcbf261
·
1 Parent(s): 5615bd6

Use right torch and python

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
7
  sdk_version: 5.46.1
8
  app_file: app.py
9
  pinned: false
10
- python_version: 3.10.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 5.46.1
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.10.13
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -21,6 +21,6 @@ omegaconf
21
  ffmpeg-python
22
  moviepy
23
 
24
- #torch==2.0.1
25
- #torchvision==0.15.2
26
- #torchaudio==2.0.2
 
21
  ffmpeg-python
22
  moviepy
23
 
24
+ torch==2.1.0
25
+ torchvision==0.15.2
26
+ torchaudio==2.1.0