bstraehle commited on
Commit
4857958
·
verified ·
1 Parent(s): 24fed8d

Update app.py

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