ftshijt commited on
Commit
7cd604c
·
verified ·
1 Parent(s): 627190b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -17,16 +17,8 @@ This model was trained by ftshijt using urgent24 recipe in [espnet](https://gith
17
 
18
  ### Demo: How to use in ESPnet2
19
 
20
- Follow the [ESPnet installation instructions](https://espnet.github.io/espnet/installation.html)
21
- if you haven't done that already.
22
 
23
- ```bash
24
- cd espnet
25
- git checkout ab8e929b3d605aaf8c766e28c8080a50aeb92312
26
- pip install -e .
27
- cd egs2/urgent24/uni_versa1
28
- ./run.sh --skip_data_prep false --skip_train true --download_model espnet/universa-base_urgent24_multi-metric
29
- ```
30
 
31
 
32
 
 
17
 
18
  ### Demo: How to use in ESPnet2
19
 
20
+ Please check [Colab link](https://colab.research.google.com/drive/1y2mp5TqaiF7-a-_7iNUK2dXvSv4Tmejj?usp=sharing) for a simple demo of how to use UniVERSA.
 
21
 
 
 
 
 
 
 
 
22
 
23
 
24