Spaces:
Build error
Build error
Commit
·
6538cae
1
Parent(s):
94e13cd
Upload 2 files
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 3.23.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 3.23.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
python_version: 3.8.9
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -15,7 +15,7 @@ gdown
|
|
15 |
MoviePy
|
16 |
|
17 |
transformers~=4.22.2
|
18 |
-
torch~=1.
|
19 |
torchaudio~=0.10.1
|
20 |
matplotlib~=3.2.2
|
21 |
torchvision~=0.11.2
|
|
|
15 |
MoviePy
|
16 |
|
17 |
transformers~=4.22.2
|
18 |
+
torch~=1.10.1
|
19 |
torchaudio~=0.10.1
|
20 |
matplotlib~=3.2.2
|
21 |
torchvision~=0.11.2
|