Spaces:
Sleeping
Sleeping
vansin
commited on
Commit
·
fc86384
1
Parent(s):
64604fe
feat: update
Browse files
app.py
CHANGED
|
@@ -4,12 +4,13 @@ import subprocess
|
|
| 4 |
import sys
|
| 5 |
|
| 6 |
|
| 7 |
-
os.system("bash install.sh")
|
| 8 |
|
| 9 |
|
| 10 |
# # os.system("python -m mindsearch.app --lang en --model_format internlm_server")
|
| 11 |
os.system("python -m mindsearch.app --lang en --model_format internlm_server &")
|
| 12 |
|
|
|
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 4 |
import sys
|
| 5 |
|
| 6 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
# # os.system("python -m mindsearch.app --lang en --model_format internlm_server")
|
| 10 |
os.system("python -m mindsearch.app --lang en --model_format internlm_server &")
|
| 11 |
|
| 12 |
+
os.system("bash install.sh")
|
| 13 |
+
|
| 14 |
|
| 15 |
|
| 16 |
|