Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,4 @@ import os
|
|
3 |
os.system('git clone https://github.com/modelscope/mcp-central.git')
|
4 |
os.chdir('mcp-central/examples/lite_research')
|
5 |
os.system('sh requirements.sh')
|
6 |
-
os.system('playwright install-deps')
|
7 |
-
os.system('pip install openai -U')
|
8 |
os.system(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')
|
|
|
3 |
os.system('git clone https://github.com/modelscope/mcp-central.git')
|
4 |
os.chdir('mcp-central/examples/lite_research')
|
5 |
os.system('sh requirements.sh')
|
|
|
|
|
6 |
os.system(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')
|