moriire commited on
Commit
6c8cc78
1 Parent(s): aeb8dbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -89,9 +89,8 @@ async def complete(
89
  status_code=500, content={"message": "Internal Server Error"}
90
  )
91
 
92
- """
93
  if __name__ == "__main__":
94
  import uvicorn
95
 
96
- uvicorn.run(app, host="0.0.0.0", port=8000)
97
- """
 
89
  status_code=500, content={"message": "Internal Server Error"}
90
  )
91
 
92
+
93
  if __name__ == "__main__":
94
  import uvicorn
95
 
96
+ uvicorn.run(app, host="0.0.0.0", port=7860)