omarelsayeed commited on
Commit
10980c3
·
1 Parent(s): e9fac23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
- !git clone --recursive https://github.com/parlance/ctcdecode.git
2
  %cd ctcdecode
3
- !pip install .
4
 
5
  import os
6
  from torch.utils.data import Dataset
 
1
+ %git clone --recursive https://github.com/parlance/ctcdecode.git
2
  %cd ctcdecode
3
+ %pip install .
4
 
5
  import os
6
  from torch.utils.data import Dataset