Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ gradio.utils.watchfn_spaces = watchfn
|
|
| 79 |
|
| 80 |
# Graphical user interface
|
| 81 |
|
| 82 |
-
DESCRIPTION = f"<strong>Multi-agent, multi-modal, multi-model AI platform</strong> with high agency, including code generation / execution, browser automation & multi-modal reasoning. The system can solve <a href='https://arxiv.org/pdf/2311.12983'>GAIA Benchmark</a> Level 1, 2, 3 and <a href='https://arxiv.org/pdf/2501.14249'>Humanity's Last Exam</a> problems. To get started with the <strong>GUI</strong>, select from the examples below. To use via <strong>API</strong> or <strong>MCP</strong>, see the link below. Bring your own API keys. <a href='https://huggingface.co/spaces/{SPACE_ID}/blob/main/README.md\'
|
| 83 |
|
| 84 |
DEFAULT_QUESTION = "In MCP's 1st Birthday Hackathon, hosted by Anthropic and Gradio, what percentage of participants submitted a solution so far?"
|
| 85 |
|
|
|
|
| 79 |
|
| 80 |
# Graphical user interface
|
| 81 |
|
| 82 |
+
DESCRIPTION = f"<strong>Multi-agent, multi-modal, multi-model AI platform</strong> with high agency, including code generation / execution, browser automation & multi-modal reasoning. The system can solve <a href='https://arxiv.org/pdf/2311.12983'>GAIA Benchmark</a> Level 1, 2, 3 and <a href='https://arxiv.org/pdf/2501.14249'>Humanity's Last Exam</a> problems. To get started with the <strong>GUI</strong>, select from the examples below. To use via <strong>API</strong> or <strong>MCP</strong>, see the link below. Bring your own API keys. <a href='https://huggingface.co/spaces/{SPACE_ID}/blob/main/README.md\'>Documentation</a></p>"
|
| 83 |
|
| 84 |
DEFAULT_QUESTION = "In MCP's 1st Birthday Hackathon, hosted by Anthropic and Gradio, what percentage of participants submitted a solution so far?"
|
| 85 |
|