Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def _run(question, openai_api_key, gemini_api_key, anthropic_api_key, file_name
|
|
| 54 |
|
| 55 |
gr.close_all()
|
| 56 |
|
| 57 |
-
with gr.Blocks() as
|
| 58 |
gr.Markdown("## Grady - General AI Assistant")
|
| 59 |
gr.Markdown(os.environ.get("DESCRIPTION"))
|
| 60 |
|
|
@@ -145,4 +145,4 @@ with gr.Blocks() as gaia:
|
|
| 145 |
cache_examples=False
|
| 146 |
)
|
| 147 |
|
| 148 |
-
|
|
|
|
| 54 |
|
| 55 |
gr.close_all()
|
| 56 |
|
| 57 |
+
with gr.Blocks() as grady:
|
| 58 |
gr.Markdown("## Grady - General AI Assistant")
|
| 59 |
gr.Markdown(os.environ.get("DESCRIPTION"))
|
| 60 |
|
|
|
|
| 145 |
cache_examples=False
|
| 146 |
)
|
| 147 |
|
| 148 |
+
grady.launch(mcp_server=True)
|