pyf98 commited on
Commit
8851f17
β€’
1 Parent(s): c60b7dc

update files

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: OWSM V3 Demo
3
  emoji: πŸ‘€
4
  colorFrom: green
5
  colorTo: blue
@@ -7,6 +7,12 @@ sdk: gradio
7
  sdk_version: 4.4.1
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
 
1
  ---
2
+ title: OWSM v3 Demo
3
  emoji: πŸ‘€
4
  colorFrom: green
5
  colorTo: blue
 
7
  sdk_version: 4.4.1
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.10
11
+ models:
12
+ - espnet/owsm_v1
13
+ - espnet/owsm_v2
14
+ - espnet/owsm_v2_ebranchformer
15
+ - espnet/owsm_v3
16
  ---
17
 
18
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- torch
2
  torchaudio
3
- espnet @ git+https://github.com/espnet/espnet
4
  espnet_model_zoo
 
1
+ torch==2.1.0
2
  torchaudio
3
+ espnet @ git+https://github.com/espnet/espnet@d3254133c595ea8271072ee49a1b4ceb3ed4fd7a
4
  espnet_model_zoo