Spaces:
Sleeping
Sleeping
12 commit
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ from langchain.llms import GPT4All
|
|
27 |
#)
|
28 |
|
29 |
#llm_chain = LLMChain(prompt=prompt, llm=llm)
|
30 |
-
|
31 |
cm=sx.split("git clone https://github.com/theedamn/Basic-Encrypter-using-Python.git")
|
32 |
sp.run(cm)
|
33 |
|
|
|
27 |
#)
|
28 |
|
29 |
#llm_chain = LLMChain(prompt=prompt, llm=llm)
|
30 |
+
os.chdir("/tmp")
|
31 |
cm=sx.split("git clone https://github.com/theedamn/Basic-Encrypter-using-Python.git")
|
32 |
sp.run(cm)
|
33 |
|