PutInPutout commited on
Commit
f1931e5
·
verified ·
1 Parent(s): ad663ca

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -51,7 +51,7 @@ app.mount("/", StaticFiles(directory=str(static_path), html=True), name="static"
51
  def run():
52
  import uvicorn
53
 
54
- uvicorn.run(app, host="127.0.0.1", port=8888)
55
 
56
 
57
  if __name__ == "__main__":
 
51
  def run():
52
  import uvicorn
53
 
54
+ uvicorn.run(app, host="0.0.0.0", port=8080)
55
 
56
 
57
  if __name__ == "__main__":