bstraehle commited on
Commit
6b83805
·
verified ·
1 Parent(s): 3f7d96b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 gaia:
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
- gaia.launch(mcp_server=True)
 
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)