bstraehle commited on
Commit
f4f6a84
·
verified ·
1 Parent(s): fe7cf1b

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=output
56
  )
57
 
58
- assistant.launch()
 
55
  outputs=output
56
  )
57
 
58
+ assistant.launch(mcp_server=True)