victor HF Staff commited on
Commit
44513f7
·
verified ·
1 Parent(s): 230e1d9

MCP support?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -446,4 +446,4 @@ if __name__ == "__main__":
446
  if os.path.exists(models_dir) and os.path.isdir(models_dir):
447
  print(f"Model directory: {Path(models_dir).resolve()}")
448
 
449
- demo.queue().launch(debug=True, share=False)
 
446
  if os.path.exists(models_dir) and os.path.isdir(models_dir):
447
  print(f"Model directory: {Path(models_dir).resolve()}")
448
 
449
+ demo.queue().launch(debug=True, share=False, mcp_server=True)