leofltt commited on
Commit
166e74a
·
1 Parent(s): 364f05f
Files changed (2) hide show
  1. README.md +3 -2
  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.25.2
 
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]