Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
@@ -101,13 +101,14 @@ def predict(history_planner, history_searcher):
|
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
gr.HTML("""<h1 align="center">MindSearch Gradio Demo</h1>""")
|
104 |
-
gr.HTML("""<p style="text-align: center;
|
105 |
gr.HTML("""
|
106 |
<div style="text-align: center; font-size: 16px;">
|
107 |
<a href="https://github.com/InternLM/MindSearch" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π GitHub</a>
|
108 |
<a href="https://arxiv.org/abs/2407.20183" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π Arxiv</a>
|
109 |
<a href="https://huggingface.co/papers/2407.20183" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π Hugging Face Papers</a>
|
110 |
<a href="https://huggingface.co/spaces/internlm/MindSearch" style="text-decoration: none; color: #4A90E2;">π€ Hugging Face Demo</a>
|
|
|
111 |
</div>
|
112 |
""")
|
113 |
with gr.Row():
|
|
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
gr.HTML("""<h1 align="center">MindSearch Gradio Demo</h1>""")
|
104 |
+
gr.HTML("""<p style="text-align: center; font-family: Arial, sans-serif; color: #333; max-width: 800px; margin: 0 auto;">MindSearch is an open-source AI Search Engine Framework with Perplexity.ai Pro performance. You can deploy your own Perplexity.ai-style search engine using either closed-source LLMs (GPT, Claude) or open-source LLMs (InternLM2.5-7b-chat).</p>""")
|
105 |
gr.HTML("""
|
106 |
<div style="text-align: center; font-size: 16px;">
|
107 |
<a href="https://github.com/InternLM/MindSearch" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π GitHub</a>
|
108 |
<a href="https://arxiv.org/abs/2407.20183" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π Arxiv</a>
|
109 |
<a href="https://huggingface.co/papers/2407.20183" style="margin-right: 15px; text-decoration: none; color: #4A90E2;">π Hugging Face Papers</a>
|
110 |
<a href="https://huggingface.co/spaces/internlm/MindSearch" style="text-decoration: none; color: #4A90E2;">π€ Hugging Face Demo</a>
|
111 |
+
<a href="https://internlm.intern-ai.org.cn/" style="text-decoration: none; color: #4A90E2;">π§βπ InternLM</a>
|
112 |
</div>
|
113 |
""")
|
114 |
with gr.Row():
|