Spaces:
Build error
Build error
Update app.py
Browse filesupdate:change search engine to BingSearch
app.py
CHANGED
|
@@ -23,7 +23,7 @@ import os
|
|
| 23 |
os.system("pip show starlette")
|
| 24 |
# os.system("pip install -r requirements.txt")
|
| 25 |
os.system("pip install tenacity")
|
| 26 |
-
os.system("python -m mindsearch.app --lang en --model_format internlm_silicon --search_engine
|
| 27 |
|
| 28 |
|
| 29 |
print('MindSearch is running on http://')
|
|
|
|
| 23 |
os.system("pip show starlette")
|
| 24 |
# os.system("pip install -r requirements.txt")
|
| 25 |
os.system("pip install tenacity")
|
| 26 |
+
os.system("python -m mindsearch.app --lang en --model_format internlm_silicon --search_engine BingSearch &")
|
| 27 |
|
| 28 |
|
| 29 |
print('MindSearch is running on http://')
|