Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
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')
|
|
|
1 |
import os
|
2 |
+
os.system('python --version')
|
3 |
os.system('cat /etc/os-release')
|
4 |
os.system('python -m pip install --upgrade pip')
|
5 |
os.system('pip install transformers==4.25.1')
|