Spaces:
Runtime error
Runtime error
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -19,6 +19,7 @@ pip install --upgrade pip
|
|
| 19 |
wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
|
| 20 |
|
| 21 |
unzip -q /content/ai4b_nemo.zip && cd NeMo
|
|
|
|
| 22 |
bash reinstall.sh
|
| 23 |
|
| 24 |
cd ..
|
|
|
|
| 19 |
wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip
|
| 20 |
|
| 21 |
unzip -q /content/ai4b_nemo.zip && cd NeMo
|
| 22 |
+
pip install -e .
|
| 23 |
bash reinstall.sh
|
| 24 |
|
| 25 |
cd ..
|