Kiran5 commited on
Commit
497cdff
·
verified ·
1 Parent(s): 31e77b9

Update src/main_MM.py

Browse files
Files changed (1) hide show
  1. src/main_MM.py +1 -1
src/main_MM.py CHANGED
@@ -72,6 +72,6 @@ def handle_all_unsupported_mediatype_exceptions(exc):
72
 
73
 
74
  if __name__ == "__main__":
75
- serve(app, host='0.0.0.0', port=8000, threads=int(os.getenv('THREADS',1)),connection_limit=int(os.getenv('CONNECTION_LIMIT',500)), channel_timeout=int(os.getenv('CHANNEL_TIMEOUT',120)))
76
  #app.run()
77
 
 
72
 
73
 
74
  if __name__ == "__main__":
75
+ serve(app, host='0.0.0.0', port=7860, threads=int(os.getenv('THREADS',1)),connection_limit=int(os.getenv('CONNECTION_LIMIT',500)), channel_timeout=int(os.getenv('CHANNEL_TIMEOUT',120)))
76
  #app.run()
77