ObiJuanCodenobi commited on
Commit
452e075
·
verified ·
1 Parent(s): 99a53c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,4 +322,4 @@ with gr.Blocks(theme=Ocean(), css=css_hide_share) as demo:
322
  )
323
 
324
  if __name__ == "__main__":
325
- demo.launch()
 
322
  )
323
 
324
  if __name__ == "__main__":
325
+ demo.launch(mcp_server=True)