Spaces:
Sleeping
Sleeping
Update app.py
#2
by
inaam123
- opened
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
import requests
|
6 |
from lagent.schema import AgentStatusCode
|
7 |
|
8 |
-
os.system("python -m mindsearch.app --lang
|
9 |
|
10 |
PLANNER_HISTORY = []
|
11 |
SEARCHER_HISTORY = []
|
|
|
5 |
import requests
|
6 |
from lagent.schema import AgentStatusCode
|
7 |
|
8 |
+
os.system("python -m mindsearch.app --lang en --model_format internlm_silicon &")
|
9 |
|
10 |
PLANNER_HISTORY = []
|
11 |
SEARCHER_HISTORY = []
|