Theivaprakasham commited on
Commit
48e5234
·
verified ·
1 Parent(s): 9cfd79b

Update app/server.py

Browse files
Files changed (1) hide show
  1. app/server.py +1 -1
app/server.py CHANGED
@@ -105,4 +105,4 @@ async def analyze(request):
105
 
106
 
107
  if __name__ == '__main__':
108
- if 'serve' in sys.argv: uvicorn.run(app=app, host='0.0.0.0', port=5042)
 
105
 
106
 
107
  if __name__ == '__main__':
108
+ if 'serve' in sys.argv: uvicorn.run(app=app, host='0.0.0.0', port=7860)