Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
71f77eb
1
Parent(s): e451695
add another 7860 port
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
server.py
CHANGED
|
@@ -115,7 +115,7 @@ def create_resource_server(settings: ResourceServerSettings) -> FastMCP:
|
|
| 115 |
|
| 116 |
|
| 117 |
@click.command()
|
| 118 |
-
|
| 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",
|