Spaces:
Runtime error
Runtime error
h3110Fr13nd
commited on
Commit
·
f21e4ac
1
Parent(s):
33cc71d
changes
Browse files- ddl_query_generator.py +2 -2
ddl_query_generator.py
CHANGED
@@ -13,8 +13,8 @@ from langchain.chains import LLMChain
|
|
13 |
import subprocess
|
14 |
|
15 |
|
16 |
-
command = "ollama list"
|
17 |
-
subprocess.run(command, shell=True, check=True, text=True)
|
18 |
|
19 |
print("Starting the server...")
|
20 |
app = Flask(__name__)
|
|
|
13 |
import subprocess
|
14 |
|
15 |
|
16 |
+
# command = "ollama list"
|
17 |
+
# subprocess.run(command, shell=True, check=True, text=True)
|
18 |
|
19 |
print("Starting the server...")
|
20 |
app = Flask(__name__)
|