Kory commited on
Commit
5ec4664
·
1 Parent(s): b47321d

changed port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -446,4 +446,4 @@ def index():
446
  return html_content
447
 
448
  if __name__ == "__main__":
449
- uvicorn.run(app, host="0.0.0.0", port=8000)
 
446
  return html_content
447
 
448
  if __name__ == "__main__":
449
+ uvicorn.run(app, host="0.0.0.0", port=8010)