Spaces:
Build error
Build error
fix reqs?
Browse files- README.md +3 -2
- requirements.txt +2 -1
README.md
CHANGED
@@ -4,7 +4,8 @@ emoji: 🕵🏻♂️
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
hf_oauth: true
|
@@ -12,4 +13,4 @@ hf_oauth: true
|
|
12 |
hf_oauth_expiration_minutes: 480
|
13 |
---
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.34.2
|
8 |
+
python_version: 3.10
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
hf_oauth: true
|
|
|
13 |
hf_oauth_expiration_minutes: 480
|
14 |
---
|
15 |
|
16 |
+
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
|
requirements.txt
CHANGED
@@ -14,4 +14,5 @@ torchvision
|
|
14 |
torchaudio
|
15 |
pytube
|
16 |
sentencepiece
|
17 |
-
accelerate
|
|
|
|
14 |
torchaudio
|
15 |
pytube
|
16 |
sentencepiece
|
17 |
+
accelerate
|
18 |
+
gradio[oauth]
|