bstraehle commited on
Commit
50b289a
·
verified ·
1 Parent(s): 2ddda0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ demo = gr.Interface(
105
  description = os.environ["DESCRIPTION"]
106
  )
107
 
108
- demo.launch()
 
105
  description = os.environ["DESCRIPTION"]
106
  )
107
 
108
+ demo.launch(mcp_server=True)