SyamSashank commited on
Commit
8f8843e
·
verified ·
1 Parent(s): b24168c

Update server/app.py

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -40,7 +40,7 @@ async def step_endpoint(req: StepRequest):
40
  def main():
41
  import uvicorn
42
  # 8000 is standard for the OpenEnv multi-mode validator
43
- uvicorn.run("server.app:app", host="0.0.0.0", port=8000)
44
 
45
  if __name__ == "__main__":
46
  main()
 
40
  def main():
41
  import uvicorn
42
  # 8000 is standard for the OpenEnv multi-mode validator
43
+ uvicorn.run("server.app:app", host="0.0.0.0", port=7860)
44
 
45
  if __name__ == "__main__":
46
  main()