Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
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 .")
|
|
|
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 .")
|