Spaces:
Sleeping
Sleeping
Adrit Rao
commited on
Commit
·
1aa59a8
1
Parent(s):
ba8b4cd
Add application file v2
Browse files
app.py
CHANGED
@@ -7,7 +7,8 @@ import subprocess
|
|
7 |
|
8 |
# Define the list of commands, including "echo" to simulate Enter keypress
|
9 |
commands = [
|
10 |
-
"
|
|
|
11 |
"pip install -e ."
|
12 |
]
|
13 |
|
|
|
7 |
|
8 |
# Define the list of commands, including "echo" to simulate Enter keypress
|
9 |
commands = [
|
10 |
+
"git clone https://github.com/StanfordMIMI/Comp2Comp/",
|
11 |
+
"cd Comp2Comp",
|
12 |
"pip install -e ."
|
13 |
]
|
14 |
|