jibsn commited on
Commit
8c016d4
·
verified ·
1 Parent(s): 8ca5031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ demo = gr.Interface(
55
  )
56
 
57
  if __name__ == "__main__":
58
- demo.launch()
 
55
  )
56
 
57
  if __name__ == "__main__":
58
+ demo.launch(mcp_server=True)