Fred808 commited on
Commit
336d73a
·
verified ·
1 Parent(s): 0ed0bda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1042,7 +1042,7 @@ if __name__ == "__main__":
1042
  print(f"[INFO] API Documentation available at http://localhost:{port}/docs")
1043
 
1044
  uvicorn.run(
1045
- "controller_server_new:app",
1046
  host="0.0.0.0",
1047
  port=port,
1048
  reload=False
 
1042
  print(f"[INFO] API Documentation available at http://localhost:{port}/docs")
1043
 
1044
  uvicorn.run(
1045
+ "app:app",
1046
  host="0.0.0.0",
1047
  port=port,
1048
  reload=False