Spaces:
Sleeping
Sleeping
vansin
commited on
Commit
·
c572783
1
Parent(s):
7846346
feat: update
Browse files
app.py
CHANGED
|
@@ -19,9 +19,11 @@ from schemdraw import flow
|
|
| 19 |
import os
|
| 20 |
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
| 23 |
os.system("pip install tenacity")
|
| 24 |
-
|
| 25 |
|
| 26 |
|
| 27 |
print('MindSearch is running on http://')
|
|
|
|
| 19 |
import os
|
| 20 |
|
| 21 |
|
| 22 |
+
|
| 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 DuckDuckGoSearch &")
|
| 27 |
|
| 28 |
|
| 29 |
print('MindSearch is running on http://')
|