Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
Β·
cdab719
1
Parent(s):
24f6bbf
change to port 443
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
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:
|
| 223 |
mcp.run(
|
| 224 |
transport="streamable-http",
|
| 225 |
host="0.0.0.0",
|
| 226 |
-
port=
|
| 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 |
)
|