venni16 commited on
Commit
8c70e7b
·
verified ·
1 Parent(s): 2debc26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ if __name__ == "__main__":
227
  if not DEPENDENCIES_LOADED:
228
  logger.error("CRITICAL: AI dependencies not loaded. Document processing will not work!")
229
 
230
- port = int(os.environ.get("MATERIAL_PORT", 8080))
231
  uvicorn.run(
232
  "app:app",
233
  host="0.0.0.0",
 
227
  if not DEPENDENCIES_LOADED:
228
  logger.error("CRITICAL: AI dependencies not loaded. Document processing will not work!")
229
 
230
+ port = int(os.environ.get("MATERIAL_PORT", 7860))
231
  uvicorn.run(
232
  "app:app",
233
  host="0.0.0.0",