Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
@@ -37,6 +37,7 @@ class Run(object):
|
|
37 |
arguments = self.arguments
|
38 |
print(f"arguments passed: {arguments['command']}")
|
39 |
# os.chdir('../')
|
|
|
40 |
if arguments['command'] == "clone":
|
41 |
list_files = subprocess.run(["git", "clone", "https://dagshub.com/gagan3012/summarization.git"])
|
42 |
os.chdir('./summarization/')
|
|
|
37 |
arguments = self.arguments
|
38 |
print(f"arguments passed: {arguments['command']}")
|
39 |
# os.chdir('../')
|
40 |
+
cmd = ['requirements', 'dirs', 'push', 'pull', 'run', 'visualize', 'upload', 'lint']
|
41 |
if arguments['command'] == "clone":
|
42 |
list_files = subprocess.run(["git", "clone", "https://dagshub.com/gagan3012/summarization.git"])
|
43 |
os.chdir('./summarization/')
|