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

feat: update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from schemdraw import flow
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
 
24
 
25
  print('MindSearch is running on http://')
 
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
 
24
 
25
  print('MindSearch is running on http://')