fix omniparser server; fix yyolo dependency

This commit is contained in:
yadonglu
2025-02-01 14:49:04 -08:00
parent 80f6be73e1
commit 3d981833e6
2 changed files with 2 additions and 2 deletions

View File

@@ -48,4 +48,4 @@ async def root():
return {"message": "Omniparser API ready"}
if __name__ == "__main__":
uvicorn.run("remote_request:app", host=args.host, port=args.port, reload=True)
uvicorn.run("omniparserserver:app", host=args.host, port=args.port, reload=True)