wolf1997 commited on
Commit
5389892
·
verified ·
1 Parent(s): 5061601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ if not os.getenv('google_api_key'):
136
 
137
  if __name__ == "__main__":
138
  # Get port from environment variable or default to 8000
139
- port = int(os.environ.get("PORT", 7860))
140
  print(f"Starting FastAPI server on port {port}")
141
  print("Initializing receipt scanner agent...")
142
  print("Server ready to process receipt images")
 
136
 
137
  if __name__ == "__main__":
138
  # Get port from environment variable or default to 8000
139
+ port = int(os.environ.get("PORT", 8000))
140
  print(f"Starting FastAPI server on port {port}")
141
  print("Initializing receipt scanner agent...")
142
  print("Server ready to process receipt images")