anderbogia commited on
Commit
d70b6f0
·
1 Parent(s): 942636d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y") #Installing Rust manually
3
- os.system("source $HOME"/.cargo/env"")
4
  os.system("pip install --upgrade pip")
5
  os.system("pip install transformers==3.4.0") #Some interoperability issue with Wav2Vec2CTCTokenizer
6
 
 
1
  import os
2
  os.system("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y") #Installing Rust manually
3
+ os.system("exec $SHELL")
4
  os.system("pip install --upgrade pip")
5
  os.system("pip install transformers==3.4.0") #Some interoperability issue with Wav2Vec2CTCTokenizer
6