Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
| 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")
|