amir22010 commited on
Commit
fa2f755
·
1 Parent(s): 37f8403

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system('python -m pip install --upgrade pip')
3
  os.system('pip install transformers==4.25.1')
4
  os.system('pip install sentencepiece')
 
1
  import os
2
+ os.system('cat /etc/os-release')
3
  os.system('python -m pip install --upgrade pip')
4
  os.system('pip install transformers==4.25.1')
5
  os.system('pip install sentencepiece')