soiz commited on
Commit
63e6da7
·
verified ·
1 Parent(s): b7e7706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("pip install --upgrade pip")
3
  os.system("git clone https://github.com/GraiaTeam/GraiaX.git")
4
  os.system("cd GraiaX")
5
  os.system("pip install .")
 
1
  import os
2
+
3
  os.system("git clone https://github.com/GraiaTeam/GraiaX.git")
4
  os.system("cd GraiaX")
5
  os.system("pip install .")