Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
os.system("git clone https://github.com/GraiaTeam/GraiaX.git")
|
3 |
os.system("cd GraiaX")
|
4 |
os.system("pip install .")
|
|
|
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 .")
|