anderbogia commited on
Commit
49fbe0f
·
1 Parent(s): d70b6f0

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("exec $SHELL")
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 bash")
4
  os.system("pip install --upgrade pip")
5
  os.system("pip install transformers==3.4.0") #Some interoperability issue with Wav2Vec2CTCTokenizer
6