vansin commited on
Commit
7846346
·
1 Parent(s): b5e2a84

feat: update

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,6 +18,8 @@ from schemdraw import flow
18
 
19
  import os
20
 
 
 
21
  os.system("pip install tenacity")
22
  # os.system("python -m mindsearch.app --lang en --model_format internlm_silicon --search_engine DuckDuckGoSearch &")
23
 
 
18
 
19
  import os
20
 
21
+
22
+ os.system("pip install -r requirements.txt")
23
  os.system("pip install tenacity")
24
  # os.system("python -m mindsearch.app --lang en --model_format internlm_silicon --search_engine DuckDuckGoSearch &")
25