bstraehle commited on
Commit
179f5e2
·
verified ·
1 Parent(s): cd91464

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks() as assistant:
55
  outputs=article
56
  )
57
 
58
- assistant.launch()
 
55
  outputs=article
56
  )
57
 
58
+ assistant.launch(mcp_server=True)