apple muncy commited on
Commit
71f77eb
·
1 Parent(s): e451695

add another 7860 port

Browse files

Signed-off-by: apple muncy <apple@dell-deb-12-5.local>

Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -115,7 +115,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
115
 
116
 
117
  @click.command()
118
- #@click.option("--port", default=443, help="Port to listen on")
119
  @click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
120
  @click.option(
121
  "--transport",
 
115
 
116
 
117
  @click.command()
118
+ @click.option("--port", default=7860, help="Port to listen on")
119
  @click.option("--auth-server", default="https://applemuncy-as.hf.space", help="Authorization Server URL")
120
  @click.option(
121
  "--transport",