Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install ollama langchain langchain_chroma langchain_huggingface pypdf')
|
3 |
os.system('git clone https://github.com/broadfield-dev/doitall.git')
|
4 |
os.system('pip install ./doitall')
|
5 |
os.system('python doitall/demo2.py')
|
|
|
1 |
import os
|
2 |
+
os.system('pip install ollama langchain langchain_community langchain_chroma langchain_huggingface pypdf')
|
3 |
os.system('git clone https://github.com/broadfield-dev/doitall.git')
|
4 |
os.system('pip install ./doitall')
|
5 |
os.system('python doitall/demo2.py')
|