bstraehle commited on
Commit
c72c952
·
verified ·
1 Parent(s): 70c8247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ gr.ChatInterface(
87
  additional_inputs=[
88
  gr.Textbox("", label="OpenAI API Key", type="password")
89
  ],
90
- ).launch()
 
87
  additional_inputs=[
88
  gr.Textbox("", label="OpenAI API Key", type="password")
89
  ],
90
+ ).launch(mcp_server=True)