broadfield-dev commited on
Commit
02eb68e
·
verified ·
1 Parent(s): 654b581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,9 +1,5 @@
1
  import os
2
- os.system('''pip install ollama
3
- langchain
4
- langchain_chroma
5
- langchain_huggingface
6
- pypdf''')
7
  os.system('git clone https://github.com/broadfield-dev/doitall.git')
8
  os.system('pip install ./doitall')
9
  os.system('python doitall/demo2.py')
 
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')