apple muncy commited on
Commit
cdab719
Β·
1 Parent(s): 24f6bbf

change to port 443

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -219,11 +219,11 @@ gradio_app = create_gradio_app()
219
  if __name__ == "__main__":
220
  print("πŸš€ Starting HF Tagging Bot server")
221
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
222
- print(" Starting http://localhost:8000/mcp")
223
  mcp.run(
224
  transport="streamable-http",
225
  host="0.0.0.0",
226
- port=8000,
227
  path="/mcp",
228
  log_level="debug",
229
  )
 
219
  if __name__ == "__main__":
220
  print("πŸš€ Starting HF Tagging Bot server")
221
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
222
+ print(" Starting http://localhost:443/mcp")
223
  mcp.run(
224
  transport="streamable-http",
225
  host="0.0.0.0",
226
+ port=443,
227
  path="/mcp",
228
  log_level="debug",
229
  )