You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading model
Finishing loading
INFO: Started server process [35545]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:7863 (Press CTRL+C to quit)
INFO: 127.0.0.1:64855 - "GET / HTTP/1.1" 404 Not Found
And the web page shows:
{"detail":"Not Found"}
The text was updated successfully, but these errors were encountered:
I've updated the server for accessing "/" path. Now you can access the http://127.0.0.1:8080 directly. Before you have to open the .html file manually.
I encounter a strange issue, would you please help me?
After I start the server, the web page show:
The Detail Info:
Hardware: Apple M2 Max, 96GB
OS: macOS 13.3.1 (22E261)
Software Envirement:
Python 3.10.0
Pytorch: 2.0.0
TorchVision: 0.15.0
uvicorn: 0.21.1
fastapi: 0.95.0
I start the server by:
(segmentanything) ➜ SegDrawer git:(main) ✗ python server.py
The terminal output:
And the web page shows:
The text was updated successfully, but these errors were encountered: